cp-docker-images icon indicating copy to clipboard operation
cp-docker-images copied to clipboard

[DEPRECATED] Docker images for Confluent Platform.

Results 113 cp-docker-images issues
Sort by recently updated
recently updated
newest added

I'm using Confluent Kafka image to run Kafka via docker container on my machine. the kafka broker is often hang and unable to be connected when I did run some...

`CONNECT_INTERNAL_KEY_CONVERTER` and `CONNECT_INTERNAL_VALUE_CONVERTER` environment variables need to be set when using the docker image. [link](https://github.com/confluentinc/cp-docker-images/blob/3.2.0-post/debian/kafka-connect-base/include/etc/confluent/docker/configure#L29-L30) However considering that these should never be changed from the [default `JsonConverter` class](https://github.com/apache/kafka/blob/trunk/config/connect-distributed.properties#L35), I propose...

I am trying to connect REST proxy running in docker to my existing setup running zk and kafka on local machine using windows. I started with modifying the all-in-one platform...