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
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
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