🚀
1.2.6
Released on 17 Jul 2022
- Kafka with SASL authentication is now compatible with Episilia.
- Dependencies and base images are upgraded to latest compatible versions.
No Bug Fixes
- 1.Config changes for Internal kafka (redpanda)
+ kafka.metadata.broker.list: localhost:9092 # The kafka broker
- kafka.internal.broker.list: redpanda:9092 # The kafka broker
2. To support SASL config
// indexer:
broker:
list: localhost:9092 # The kafka broker for logs. If this is not set, it will use the default broker
security.mode: login # values are [none|login|oauth|kerberos]
security.protocol: SASL_SSL #plaintext, ssl, sasl_plaintext, sasl_ssl
sasl:
mechanism: SCRAM-SHA-512 #PLAIN, SCRAM-SHA-256, SCRAM-SHA-512, OAUTHBEARER, GSSAPI
username: episilia
password: episilia123
Last modified 1mo ago