Skip to content

Set up kafka without zookeeper #1546

Closed Answered by pikhovkin
teng1 asked this question in Q&A
Jan 21, 2022 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

@teng1 try this config

    # ...
    environment:
        KAFKA_CLUSTERS_0_NAME: "local"
        KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS: "kafka1:19092" # or "broker:19092"
        # KAFKA_CLUSTERS_0_ZOOKEEPER: "zoo1:2181" <==== comment this
    # ...

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@pikhovkin
Comment options

@Haarolean
Comment options

@pikhovkin
Comment options

@Haarolean
Comment options

@pikhovkin
Comment options

Answer selected by Haarolean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
scope/backend type/question An issue with a question which could possibly be converted into a discussion
3 participants
Converted from issue

This discussion was converted from issue #1449 on February 04, 2022 11:28.