How to implement a kafka retry policy with publishing failed messages to a Dead Letter Topic in .NET?
I am searching on the internet to find a code example in .NET for implementing a kafka retry policy with publishing failed messages to a Dead Letter Topic (DLT/DLQ), but I can't find an example. Does someone has some tips or links for me?