You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kafka Streams binder currently does not process jaas configuration. Users have to rely on some workarounds to make security work properly with Kafka Streams binder apps. For more details, see this SO thread.
The text was updated successfully, but these errors were encountered:
Currently, Kafka Streams binder does not honor JAAS configuration properties.
Address this by adding the same `KafkaJaasLoginModuleInitializer` bean used in
regular Kafka binder.
Resolvesspring-cloud#1092
Currently, Kafka Streams binder does not honor JAAS configuration properties.
Address this by adding the same `KafkaJaasLoginModuleInitializer` bean used in
regular Kafka binder.
Resolves#1092
sobychacko
added a commit
to sobychacko/spring-cloud-stream-binder-kafka
that referenced
this issue
Jun 29, 2021
Currently, Kafka Streams binder does not honor JAAS configuration properties.
Address this by adding the same `KafkaJaasLoginModuleInitializer` bean used in
regular Kafka binder.
Resolvesspring-cloud#1092
Kafka Streams binder currently does not process
jaas
configuration. Users have to rely on some workarounds to make security work properly with Kafka Streams binder apps. For more details, see this SO thread.The text was updated successfully, but these errors were encountered: