Farfetch / kafkaflow-retry-extensions

Kafka Flow Retry Patterns Extensions
https://farfetch.github.io/kafkaflow-retry-extensions/
MIT License
55 stars 7 forks source link

Polling rise an exception Message size too large on producing #73

Closed martinhonovais closed 2 years ago

martinhonovais commented 2 years ago

Description

If we compress the messages on the main topic when we produce the messages on the retry's topic, as it is not compressed, it could raise an exception if the message.max.bytes were overpassed.