Kafka Security : How to use SASL OAUTHBEARER in SpringBoot

In my previous post we have implemented Kafka custom OAUTHBEARER with Keycloak. But we can produce and consume using command line. In real world use cases , we have to integrate security into our application layer. So the purpose of this post is to implement well secured messaging between your Spring application and Kafka. The … Continue reading Kafka Security : How to use SASL OAUTHBEARER in SpringBoot