I see the official upcoming Confluent 4.1 Docker images are still using
Debian 8 (Jessie) and the July 2016 release of Azul JDK 8, 8u102-8.17.0.3.
https://github.com/confluentinc/cp-docker-images/blob/4.1.x/debian/base/Dockerfile
Wouldn't it make more sense to use the recent supported/LTS version
Currently, to use a custom keystore with the JVM Kafka consumer/producer
API, you need to have your keystore file on disk and configure it with an
absolute file path like this:
Properties kafkaProperties = new Properties();
kafkaProperties.setProperty(CommonClientConfigs.SECURITY_PROTOCOL_CONFIG,
Currently, to use a custom keystore with the JVM Kafka consumer/producer
API, you need to have your keystore file on disk and configure it with an
absolute file path like this:
Properties kafkaProperties = new Properties();
kafkaProperties.setProperty(CommonClientConfigs.SECURITY_PROTOCOL_CONFIG,