Re: Configuring the following properties in confluent cloud

2019-08-06 Thread Martin Gainty
kevin- in the producer initialisation code you can set SSL properties via System.setProperty System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.www.protocol"); Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider()); // uncomment the following code to turn on

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 cloud