-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audit: Error while creating an audit topic #750
Comments
Hi, |
Hi, |
@abhishekray323 you could run dev compose (https://github.com/kafbat/kafka-ui/blob/main/.dev/dev_arm64.yaml) and adjust the config to enable audit. |
I am not able to reproduce this issue. The yaml file you mentioned in above comment doesn't exist anymore. Is there any other config for which this issue is happening? |
@abhishekray323 it's been renamed: https://github.com/kafbat/kafka-ui/blob/main/.dev/dev.yaml |
@Haarolean reproduces the issue. This is because auditTopicProperties is map, Map<String, String> auditTopicProperties; But still here are some questions I want to ask: 2.) Can you list down some resources on how to create kafka brokers / cluster using environment variable, I am not able to understand it completely? Tried to find on internet but can't find a detailed resource about it. |
@abhishekray323 Regarding your questions:
I guess we should close this now, what do you think? |
Yeah, we should close this issue. |
Perhaps, topic params present in
AuditService#DEFAULT_AUDIT_TOPIC_CONFIG
are not parsed properly.The text was updated successfully, but these errors were encountered: