I managed to configure SSL in my brokers and kafka client, and I can also see that when we create a message using port 9093, which is an SSL port, the messages are consumed by the consumer.
What I tried is to send a message through port 9093, and the message is sent to the consumer form of the manufacturer.
What I want, is there a way to make sure this really works, I mean, how can I prove that 9092 is not SSL, but 9093 is SSl and is secured?
Thanks in advance, Vishesh.
source share