Hi Yoda,
for certain cases, Kafka Streams allows you to specify handlers that
skip the problematic record. Those handlers are:
1. deserialization exception handler configured in
default.deserialization.exception.handler
2. time extractor set in default.timestamp.extractor and in the Consumed
Hello,
Can anyone help me provide the below information:
Kafka SSL checks the validity of which SSL certificate: keystore or trust store
while checking the expiry condition?
Thanks in advance!
Best regards,
Deepak
From: Deepak Jain
Sent: 12 August 2021 15:01
To: users@kafka.apache.org
Cc:
Hi,
I am running this command to test my zookeeper SSL connection:
openssl s_client -showcerts -connect 55.55.55.55:2280 -CAfile
/certs/ca-chain.cert.pem -cert
/root/ca/intermediate/certs/intermediate.cert.pem -key
/root/ca/intermediate/private/intermediate.key.pem
It works just fine so that's