You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
docsCLUSTER_AUTHORIZATION_FAILED:
SaslAuthenticate (Version: 2)
The text was updated successfully, but these errors were encountered: