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've got cluster of 2 nodes: ``` --- version: '2' services: broker: image: confluentinc/cp-kafka:7.0.0 hostname: broker container_name: broker ports: - "9092:9092" - "9101:9101" environment: KAFKA_BROKER_ID: 1 KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: 'CONTROLLER:PLAINTEXT,PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT' KAFKA_ADVERTISED_LISTENERS: 'PLAINTEXT://broker:29092,PLAINTEXT_HOST://localhost:9092'...

### Description Update datagen connect image to be based off of CP 7.2.1 ### Author Validation Smoke tested against cp-quickstart's: - [x] cp-all-in-one - [x] cp-all-in-one-community - [x] cp-all-in-one-kraft ###...

### Description _What behavior does this PR change, and why?_ ### Author Validation _Describe the validation already done, or needs to be done, by the PR submitter._ ### Reviewer Tasks...

### Description _What behavior does this PR change, and why?_ ### Author Validation _Describe the validation already done, or needs to be done, by the PR submitter._ ### Reviewer Tasks...

**Description** Using the `cp-all-in-one-kraft` docker-compose file with `confluentinc/cp-kafka-connect:7.1.1.amd64` and `confluentinc/cp-enterprise-control-center:7.1.1.amd64` , `kafka-connect` is showing errors in the logs as follows: ``` [2022-06-04 14:38:15,210] ERROR Uncaught exception in REST call to...

**Description** I followed the steps listed here (https://docs.confluent.io/platform/current/quickstart/ce-docker-quickstart.html#) to start up a local Kafka instance on Docker. `ksql-datagen` exits after a couple of minutes due to no connection to the...

control-center | [kafka-admin-client-thread | adminclient-1] WARN org.apache.kafka.clients.NetworkClient - [AdminClient clientId=adminclient-1] Connection to node -1 (broker/172.18.0.3:29092) could not be established. Broker may not be available. control-center | [kafka-admin-client-thread | adminclient-1] WARN...

Kafka connect does not start up. it dies when it throws the error : java.lang.NoSuchFieldError: **DEFAULT_SOCKET_CONNECTION_SETUP_TIMEOUT_MS** **Troubleshooting** Identify any existing issues that seem related: https://github.com/confluentinc/cp-all-in-one/issues?q=is%3Aissue If applicable, please include the...

Below services end with `Exit 1` code: - broker - ksql-datagen - rest-proxy I tried adding memory limit but no luck, should these be placed in specific line of docker-compose...

**Description** Once run docker-compose after few minutes the conteiners stop Name Command State Ports ------------------------------------------------------------------------------------------------------------------------ broker /etc/confluent/docker/run Exit 1 connect /etc/confluent/docker/run Exit 1 control-center /etc/confluent/docker/run Exit 1 ksql-datagen bash -c...