-
Is your proposal related to a problem?Hi, I deployed the Kafka UI as a separate service, i'm able to access the cluster and view Brokers but not able to create topics and it seems like its not supported due to expecting zookeeper, would be great if support could be included for the new zookeeperless mode Describe the solution you'd likeSupport within application.yml file for KRaft enabled clusters |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@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
# ... |
Beta Was this translation helpful? Give feedback.
@teng1 try this config