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

Hello, I am trying to configure ssl to confluent kafka docker platform and getting an error while starting saying Logs: Command [/usr/local/bin/dub path /etc/kafka/secrets/kafka.server.keystore.jks exists] FAILED ! kafka_kafka-broker1_1_13d7835ad32d exited with...

Related to confluentinc/cp-docker-images#460 Should add some directory in `kafka-connect-base` that loads `.json` or `.properties` files on start. [See MySQL container for inspiration](https://github.com/mysql/mysql-docker/blob/mysql-server/5.7/docker-entrypoint.sh#L150-L156)

Hi Team, I want to know the license restrictions for deploying cp-kafka-rest docker image in Azure cloud. Is it free to deploy and use for commercial purpose? I am referring...

I am unable to run a container using the cp-kafka 5.1.1 image as a non-root user when using a host volume for /var/lib/kafka/data as shown here: https://github.com/confluentinc/cp-docker-images/blob/3.1.x/tests/fixtures/debian/kafka/standalone-config.yml#L186-L208 This is due...

I installed Kafka via Helm after which the status suggested to connect ```sh apiVersion: v1 kind: Pod metadata: name: testclient namespace: testns spec: containers: - name: kafka image: confluentinc/cp-kafka:5.0.1 command:...

A truststore isn't just needed for TLS client auth, you'll always need a truststore for TLS to work if you're using self-signed certs. E.g: without the truststore settings interbroker communication...

Hi all, i have build this docker composer file: `--- version: '2' services: zookeeper: image: ${REPOSITORY}/cp-zookeeper:${CONFLUENT_DOCKER_TAG} hostname: zookeeper container_name: zookeeper ports: - "2181:2181" environment: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 broker: image:...

Settings SCHEMA_REGISTRY_KAFKASTORE_TOPIC_REPLICATION_FACTOR doesn't work: Dockerfile: ``` schema_registry: image: confluentinc/cp-schema-registry:4.0.0-3 environment: SCHEMA_REGISTRY_KAFKASTORE_TOPIC_REPLICATION_FACTOR: 3 ``` Container log: `WARN The configuration 'topic.replication.factor' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig)` The kafkastore.topic.replication.factor is...

Hi all, I am using the docker images of confluent to deploy the confluent stack (kafka, zookeeper, schema-registry, rest-proxy and control-center) on Kubernetes. I am using an **nginx ingress controller**...

Hi! Can anybody tell me, whether there is an option to set the support metrics for kafka to false upon the start of a kafka docker container? The confluent.support.metrics.enable variable...