Kafka Streams application doesn't start up

This page summarizes the projects mentioned and recommended in the original post on /r/apachekafka

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • cp-docker-images

    Discontinued [DEPRECATED] Docker images for Confluent Platform.

  • jq

    Discontinued Command-line JSON processor [Moved to: https://github.com/jqlang/jq] (by stedolan)

  • 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • kafka-local

    Run Local Kafka with Docker Compose

  • 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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts