luffy1849 commented on PR #7281: URL: https://github.com/apache/skywalking/pull/7281#issuecomment-1506795547
My solution is that the `org.apache.kafka.common.security.plain.PlainLoginModule` class needs to be configured as `org.apache.skywalking.apm.dependencies.org.apache.kafka.common.security.plain.PlainLoginModule`. The complete configuration is as follows: ``` plugin.kafka.producer_config[security.protocol]=SASL_PLAINTEXT plugin.kafka.producer_config[sasl.mechanism]=PLAIN plugin.kafka.producer_config[sasl.jaas.config]=org.apache.skywalking.apm.dependencies.org.apache.kafka.common.security.plain.PlainLoginModule required username="" password=""; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
