Re: Kafka Behavior During Partition Leader Shutdowns

2023-11-08 Thread Hemanth Savasere
Hi, As I understand it, the behavior also depends on the 'acks' value set by the producer. For more details, you can delve into the 'acks' parameter, but let's assume the default 'acks=1' setting. With this, the producer considers a message as successfully sent to a Kafka broker once an acknowledg

How to get a X509 broker certificate with "openssl s_client"?

2023-11-08 Thread Jesus Cea
I am trying to remotely access to the brokers certificates (for audit purposes, expiration alarms, etc) using this command: """ openssl s_client -showcerts -connect localhost:9092 """ The connection is correctly established, but something is wrong. The TLS session is has some errors at the beg

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-08 Thread arjun s v
Team, Please consider this as high priority, we need to enable authentication ASAP. Please assist. On Tue, Nov 7, 2023 at 4:38 PM arjun s v wrote: > Hi team, > > I'm trying to configure *Digest-MD5* authentication between kafka and > zookeeper. > Also I need to set ACL with digest scheme and cre