Hi Sunil,
I have tried replacing localhost with IP and have also changed
ssl.client.auth to required from none as I want my server and producer to
communicate via HTTPS.
However, this isn't working for me. When I try sending data to the topic
through ny java producer via an API, I'm getting error
You can try two things.
Instead of localhost, can you publish the kafka service on Hostname?
Since ur client.auth is none, can you try removing keystore from the
producer?
Regards,
Sunil.
On Fri, 7 Oct 2022 at 2:56 PM, Namita Jaokar
wrote:
> Hi All,
>
> I am trying to enable SSL in my kafka br
Hi All,
I am trying to enable SSL in my kafka broker and have generated required
certificates following the steps provided in the official documentation.
I have also made changes in Kafka's server.properties to enable SSL. On
starting zookeeper followed by kafka server startup, There are no error