Our great sponsors
-
-
schema-registry: container_name: local-schema-registry image: confluentinc/cp-schema-registry:5.5.1 depends_on: - kafka ports: - 8081:8081 hostname: schema-registry networks: - local_kafka_network environment: - SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL=zookeeper:2181 - SCHEMA_REGISTRY_HOST_NAME=schema-registry - SCHEMA_REGISTRY_LISTENERS=http://schema-registry:8081 - SCHEMA_REGISTRY_DEBUG=true command: - /bin/bash - -c - | # install jq curl -sL https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -o /usr/local/bin/jq && chmod u+x /usr/local/bin/jq # start /etc/confluent/docker/run
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
cp-all-in-one
docker-compose.yml files for cp-all-in-one , cp-all-in-one-community, cp-all-in-one-cloud, Apache Kafka Confluent Platform
There are a lot of extraneous services here, and CP version is very old. Current version is 7.1 with 7.2 on the way. Maybe look at using Confluent local services start with the Confluent CLI to run services locally or perhaps use https://github.com/confluentinc/cp-all-in-one as a good reference docker compose