Authorisation Error Online
[Error while producing messages with authorization enabled] #3011
: 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 Authorisation Error
This feature would sit within your Producer client to ensure that errors are handled gracefully rather than just crashing your data pipeline. 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. Authorisation Error