Re: Configuring the following properties in confluent cloud

2019-08-06 Thread Martin Gainty
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

Re: Configuring the following properties in confluent cloud

2019-08-06 Thread Martin Gainty
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

Configuring the following properties in confluent cloud

2019-08-06 Thread Kevin Perera
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