spring-cloud / spring-cloud-stream-binder-kafka

Spring Cloud Stream binders for Apache Kafka and Kafka Streams
Apache License 2.0
331 stars 301 forks source link

Support customize message before sending to DLQ #1050

Closed Vsevolod123 closed 2 years ago

Vsevolod123 commented 3 years ago

It would be nice to customize message before sending it to DLQ.

Use case: Add some header x-retries to message before send it to DLQ with current value + 1 or 1 if current value is null. We can use this header to controll retries count.

sobychacko commented 2 years ago

Issue moved to spring-cloud/spring-cloud-stream #2324 via ZenHub