Confluent Docker Images Using Older Debian and older Azul JDK 8?

2018-03-22 Thread Clayton Wohl
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

Feature Request: Custom Keystore as a classpath resource

2022-01-07 Thread Clayton Wohl
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,

Feature Request: Custom Keystore as a classpath resource

2022-01-07 Thread Clayton Wohl
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,