cp-all-in-one icon indicating copy to clipboard operation
cp-all-in-one copied to clipboard

docker-compose.yml files for cp-all-in-one , cp-all-in-one-community, cp-all-in-one-cloud, Apache Kafka Confluent Platform

Results 41 cp-all-in-one issues
Sort by recently updated
recently updated
newest added

i create connector in kafka connect, every time that my container down and up, the created connector not exists. how can i persist the data for kafka connect?

We are trying to reduce the logs when testing with other containers we are bringing up. We get blasted with INFO level logging: > kafka_1 | [2020-06-11 18:56:22,052] INFO [Controller...

I am trying to run the [docker-compose.yml](https://github.com/confluentinc/cp-all-in-one/blob/6.2.0-post/cp-all-in-one/docker-compose.yml) as presented on the official [site](https://docs.confluent.io/platform/current/quickstart/ce-docker-quickstart.html) using the 6.2-post version and i keep getting this error: `ERROR: Get https://registry-1.docker.io/v2/confluentinc/ksqldb-examples/manifests/sha256:9f57cfdcd917df8b34a426bbd59632e0eaa31dd3b6181ab7a74692801296a323: EOF` **Full Log** ```...

Hi : I have already successfully launched the cp-all-in-one in the docker environment. However, to make it more productive, I am trying to attach the security configuration. However, I have...

Hello, Is it possible to create datagen on my own topics ? If so, any guide will be greatly appreciated. I tried but I'm unable to get it running. ![image](https://user-images.githubusercontent.com/70953454/97177446-7deab880-1796-11eb-82e5-a8413764fde9.png)...

I think the all-in-one should include a tools container for client code so that people can volume map their client code into the docker compose network and run it against...

I've tried to replace image in "cp-all-in-one/cp-all-in-one-community/docker-compose.yml" cnfldemos/kafka-connect-datagen:0.3.2-5.5.0 with confluentinc/cp-kafka-connect:5.5.1, and provided some commands to add datagen package: ```` connect: image: confluentinc/cp-kafka-connect:5.5.1 hostname: connect container_name: connect depends_on: - zookeeper -...

I'm new to kafka, I checkout github **confluentinc/cp-all-in-one** docker base branch and started using broker, zookeeper and control center images in my official laptop. I'm using this images for my...

**Description** I'm following the steps from the documentation to add 3 connectors to the Docker Compose **connect service** found [here](https://docs.confluent.io/kafka-connectors/self-managed/extending.html). Next, it appears to be an issue in connecting to...

## Problem Occasionally, the `kafka-storage random-uuid` command outputs a `-` prefixed string, which causes the `kafka-storage format` command to fail. An example of this (which we recently saw in CI)...