spring-cloud / spring-cloud-stream-binder-kafka

Spring Cloud Stream binders for Apache Kafka and Kafka Streams
Apache License 2.0
331 stars 301 forks source link

Fix issues with Kafka Streams binder JAAS configuration #1092

Closed sobychacko closed 3 years ago

sobychacko commented 3 years ago

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.