cp-all-in-one-cloud: Docker Compose files that can be used to run Confluent Platform components (Schema Registry, a Kafka Connect worker with the Datagen Source connector plugin installed, Confluent Control Center, REST Proxy, or ksqlDB) against Confluent Cloud. ...
This repo provides build files forApache Kafkaand Confluent Docker images. The images can be found onDocker Hub, and sample Docker Compose fileshere. Docker Image reference Information on using the Docker images is available inthe documentation. ...
root@lab:/home/pvadmin/Kafka-Docker# docker-compose up kafka-rest-1 zookeeper-1 is up-to-date broker-1 is up-to-date Recreating kafka-rest-1 ... done Attaching to kafka-rest-1 kafka-rest-1 | declare -x COMPONENT="kafka-rest" kafka-rest-1 | declare -x CUB_CLASSPATH="\"/usr/sh...
I created a single node kafka based on the way in the link. version: '3.7' services: zookeeper: image: confluentinc/cp-zookeeper:5.3.1 container_name: zookeeper environment: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 kafka: im...
Demo applications and code examples for Apache Kafka's Streams API. - kafka-streams-examples/docker-compose.yml at master · confluentinc/kafka-streams-examples
docker-compose.yml sonar-project.properties Repository files navigation README Apache-2.0 license Kafka Event Streaming Applications This example and accompanying tutorial show users how to deploy an Apache Kafka® event streaming application using ksqlDB and Kafka Streams for stream processing. All ...
docker-compose.yml Run integration tests on semaphore May 7, 2024 eslint.config.js Move ts-jest to dev dependencies (#96) Sep 21, 2024 index.d.ts Fix types and add typescript examples Apr 9, 2024 jest.config.js DGS-16859: Enable SonarQube code coverage reporting (#226) ...
docker-compose.yml Set Confluent to 7.6.0, Kafka to 7.6.0. Feb 7, 2024 mvnw add maven wrapper Mar 30, 2022 pom.xml Set Confluent to 7.6.0, Kafka to 7.6.0. Feb 7, 2024 requirements.txt pip.req is not needed (#107) Apr 19, 2018 setup.py pip.req is not needed (#107) Apr ...
Apache Kafka broker version: Client configuration:{...} Operating system: docker Provide client logs (with'debug': '..'as necessary) Provide broker log excerpts Critical issue pranavrthaddedenhancementHIGHinstallationlabelsJan 11, 2023 OneCricketeermentioned this issueFeb 9, 2023 ...
This repo provides build files forApache Kafkaand Confluent Docker images. The images can be found onDocker Hub, and sample Docker Compose fileshere. Docker Image reference Information on using the Docker images is available inthe documentation. ...