Skip to content

Bitnami Kafka VM and application.yml #973

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

You must be logged in to vote

It is working now with the minimal configuration in application.yml:
akhq:
connections:
localhost:
properties:
bootstrap.servers: "localhost:9092"
security.protocol: SASL_PLAINTEXT
sasl.mechanism: PLAIN
sasl.jaas.config: org.apache.kafka.common.security.plain.PlainLoginModule required username="user" password="password";

KafkaClient username and password is from /opt/bitnami/kafka/config/kafka_jaas.conf
Bitnami docs: https://docs.bitnami.com/general/infrastructure/kafka/

During tests I see an error in "Consumer Groups" menu "Internal Server Error: from Index = -25" when clicking on "»" in « 1 of 0 » menu. The same error using your docker container instead bitnami VM.

2022-01-05 10:33:19,2…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tchiotludo
Comment options

Answer selected by tchiotludo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #972 on January 04, 2022 15:41.