Is there any recommendation about header max size?

2024-04-16 Thread Gabriel Giussi
I have logic in my service to capture exceptions being thrown during message processing and produce a new message to a different topic with information about the error. The idea is to leave the message unmodified, aka produce the exact same bytes to this new topic, therefore I'm planning on adding

UnwritableMetadataException on Startup

2024-04-16 Thread tobias.bohn
Hello, we currently have an "UnwritableMetadataException" error starting Kafka in our test environment. Unfortunately, I don't know whether it is due to an incorrect configuration or something similar. Kafka is running in a Docker Container, but I don't think that's the cause. When I Google this