junneyang commented on issue #9368: URL: https://github.com/apache/druid/issues/9368#issuecomment-646951359
> Hello, > > Try using following parameters. Let me know if this works. > > ``` > bootstrap.servers: "hostname:port", > security.protocol: "SASL_SSL", > isolation.level: "read_committed", > sasl.mechanism: "PLAIN", > ssl.enabled.protocols: "TLSv1.2", > sasl.jaas.config: "org.apache.kafka.common.security.plain.PlainLoginModule required username='username_here' password='password_here';", > ssl.endpoint.identification.algorithm: "" > ``` > > Thank you, > Jeet it works for me, very thanks~ ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
