How to Publish Subscribe to Kafka with Spring and SASL/SCRAM

interface

After we secure Kafka Broker and Zookeeper with SASL/SCRAM, it is time for client (Java + Spring) to connect to secured Kafka.

How to Secure Confluent Kafka with SSL and SASL/SCRAM

Overview When I decided to include Apache Kafka as one of our technology stack, I never imagine the demand would be this huge. At first, my requirements were only two things. Something faster than ActiveMQ […]