Authorisation Error Online
: Set your authorizer logs to DEBUG in your broker's log4j.properties to see exactly which user is being denied.
The most common version of this is the TOPIC_AUTHORIZATION_FAILED error, which usually happens because a service account or user doesn't have the right permissions to write to a specific topic. Authorisation Error
It sounds like you're looking for a new to handle Authorisation Errors when a Producer tries to send data to a Kafka topic. : Set your authorizer logs to DEBUG in your broker's log4j
If you are currently facing this error, you can resolve it by following these steps: If you are currently facing this error, you
: If a producer is unauthorized to write to a mission-critical topic, the feature could temporarily route those messages to a safe "quarantine" topic or local storage so no data is lost during the downtime. How to Implement This Today
: Ensure your Service Account has the WRITE operation allowed on the Topic resource.
