Skip to content

npsables/kraft-x-docker

Repository files navigation

Kraft x Docker

Kafka Zookeeperless, implement RAFT protocol for self maintaining clustership

tl;dr:

You need to set advertised.listeners (or KAFKA_ADVERTISED_LISTENERS if you’re using Docker images) to the external address (host/IP) so that clients can correctly connect to it. Otherwise they’ll try to connect to the internal host address–and if that’s not reachable then problems ensue.

More configs and explains:

hub:

  • npsables/kraft-x-docker:3.2.3

stand alone:

  • docker run -p 9092:9092 --name kraft npsables/kraft-x-docker:3.2.3

cluster (but u know what I mean)

  • cd compose
  • docker-compose -f docker-compose.example.yaml up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published