Hi Everyone,
I have a use case where certain errors in my Kafka processing have to be routed to a certain topic eg ExceptionA goes to errortopic, everythng else just nacks as usual.
I have built this using Emitters within my Consumer, but this is not ideal as I have lots and lots of consumer/producers etc..
I am probably missing something but if anyone has any pointers or examples for how to do this, I would appreciate it.
Thanks,
Johnny