Currently error handling is implemented on sinks in an ad-hoc basis
(if at all) but John (cc'd) is looking at improving things here.

On Mon, Dec 4, 2023 at 10:25 AM Juan Romero <jsrf...@gmail.com> wrote:
>
> Hi guys. I want to ask you about how to deal with the scenario when the 
> target sink (eg: jdbc, kafka, bigquery, pubsub etc) fails for any reason and 
> i don't want to lost the message and create a bottleneck with many errors due 
> an hypothetical target sink problem,  and i want to use 
> with_excpetion_handling in order to get the message that failing to reach the 
> target and send the message to an other error topic. Any idea to solve this 
> scenario?

Reply via email to