Closed Kris686 closed 1 week ago
I've encountered the same issue with audit logs creation, I'm using helm chart installation method with following config:
configuration:
akhq:
audit:
enabled: true
cluster-id: kafka-cluster-001
topic-name: auditlogs
There are no errors and warnings in pod's logs.
@Kris686 can you provide a sample of your application.yml ? I just tried again on my side and it's working as expected with or without creating the auditlogs topic manually...
Are you running AKHQ 0.25.0 or 0.25.1 ? Any ACL that would prevent your Kafka user to produce to this topic ? AKHQ should log an error if the message can't be produced so for me the feature doesn't seem to be enabled
@AlexisSouquiere I've verified configuration and on my end and it works fine now. Thank you, and I'm sorry for troubling you.
Discussed in https://github.com/tchiotludo/akhq/discussions/1888