Authorisation Error -
: Make sure your JAAS config (username/password/SSL) is correct, as authorization can't happen if the broker doesn't know who you are.
It sounds like you're looking for a new to handle Authorisation Errors when a Producer tries to send data to a Kafka topic. Authorisation Error
: Ensure your Service Account has the WRITE operation allowed on the Topic resource. : Make sure your JAAS config (username/password/SSL) is
If you are currently facing this error, you can resolve it by following these steps: Authorisation Error