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

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

Reverse Order of Messages when Run behind VPN

2019-08-06 Thread M. Manna
Hello, At remote locations, we often use Big IP F5 VPN client to connect to our VPN and then do other activities. Whilst on VPN, we tried connecting to our Kafka Service on GCP to test pub/sub. It appears that there's always a network exception even with request.timeout.ms set as 120s for produc