Hello! I'm trying to set up confluent cloud and publish using a java
program. According to confluent, I need to set the following parms:
Though, is there a way to configure these properties with a Java producer?
I can set the bootstrap servers well enough, but I'm struggling to
implement these other parameters.  Any help is appreciated. Thank you!

ssl.endpoint.identification.algorithm=https
sasl.mechanism=PLAIN
request.timeout.ms=20000
bootstrap.servers=***
retry.backoff.ms=500
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule
required username="******" password="******";
security.protocol=SASL_SSL

Reply via email to