Skip to content

[akhq/helm - configuration] Connect akhq to kafka #1329

Answered by n1vgabay
n1vgabay asked this question in Q&A
Discussion options

You must be logged in to vote

Solved it now I can see the UI.
Can be closed.

configuration:
      akhq:
        connections:
          <cluster>:
            properties:
              bootstrap.servers: "default-kafka-headless:9092"
              security.protocol: SASL_SSL
              sasl.mechanism: PLAIN
              sasl.jaas.config: org.apache.kafka.common.security.plain.PlainLoginModule required username="<user>" password="<pass>";
            schema-registry:
              url: "<URL>"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by n1vgabay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #1328 on January 04, 2023 09:39.