Skip to content
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

Add more context to the Kafka API event code log formatter. #1126

Closed
vordimous opened this issue Jul 2, 2024 · 0 comments · Fixed by #1127
Closed

Add more context to the Kafka API event code log formatter. #1126

vordimous opened this issue Jul 2, 2024 · 0 comments · Fixed by #1127
Assignees

Comments

@vordimous
Copy link
Contributor

vordimous commented Jul 2, 2024

Is your feature request related to a problem? Please describe.
When Zilla logs events from the Kafka API it is logging the event codes instead of the event names. The message logged should be more verbose with the event name and any other context that would help a users understand the issue.

Additional context

https://github.com/aklivity/zilla/blob/develop/runtime/binding-kafka/src/main/java/io/aklivity/zilla/runtime/binding/kafka/internal/KafkaEventFormatter.java#L56

Events Messege format suggestions:
API_VERSION_REJECTED: DescribeConfigs (Version: 0) docs
CLUSTER_AUTHORIZATION_FAILED: SaslAuthenticate (Version: 2)

@vordimous vordimous changed the title Kafka API event code naming Add more context to the Kafka API event code log formatter. Jul 2, 2024
@jfallows jfallows self-assigned this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants