Kafka — Dead Letter Topic In this example, we’ll see how to make the use of DeadLetterTopic to send messages even after retry. Scenario — Publish message to t-invoice If amount less than 1 throw exception, retry 5 times After 5 failed retry attempts, publish to t-invoice-dead Another consumer will…