How do I enable debug logs when I use librdkafka to do SASL_SSL authentication via Kerberos?
I have tired with enable "debug: all", but it looks like I can't get all logs I want compare with when I use Java client.
In Java client, if I need kerberos authentication debug logs, I could use
Read the FAQ first: https://github.com/confluentinc/librdkafka/wiki/FAQ
Do NOT create issues for questions, use the discussion forum: https://github.com/confluentinc/librdkafka/discussions
Description
Hi guys,
How do I enable debug logs when I use librdkafka to do SASL_SSL authentication via Kerberos? I have tired with enable "debug: all", but it looks like I can't get all logs I want compare with when I use Java client. In Java client, if I need kerberos authentication debug logs, I could use
My question is, how to represent these debug configurations by using librdkafka?
Checklist
IMPORTANT: We will close issues where the checklist has not been completed.
Please provide the following information:
v2.6.0
3.4.1
clientID: kafka-client-id--kafka.producers.simple.SimpleProducer brokerAcknowledgements: all numberProducerRetries: 0 compressionMessageBatches: none requestTimeout: 30000 sslCALocation: security/my.cert.pem saslMechanism: GSSAPI saslKerberosKinitCMD: kinit -t auth/sasl_ssl_ad_user/security/kak1st_COMPANY.COM.keytab -k kak1st@COMPANY.COM debug: broker,topic,msg
docker golang:alpine3.13
debug=..
as necessary) from librdkafka