wing code to turn on the trace for SSL
// System.setProperty("javax.net.debug","all");
?does this not work for you?
*bon chance*
From: Kevin Perera
Sent: Tuesday, August 6, 2019 10:21 AM
To: users@kafka.apache.org
Subject: Configuring the
in the producer initialisation code set via System.setProperty e.g.
From: Kevin Perera
Sent: Tuesday, August 6, 2019 10:21 AM
To: users@kafka.apache.org
Subject: Configuring the following properties in confluent cloud
Hello! I'm trying to set up confluent
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 othe