Skip to content

Can't seem to get output retry working #2155

Answered by Jeffail
nickzelei asked this question in Q&A
Discussion options

You must be logged in to vote

Ah okay, not in this case, .Run would only return an error if the service is told to stop and can't within a certain amount of time, as this'd indicate that resources aren't fully cleaned up. In the sense of delivery guarantees within the stream processor itself those are all made explicit in your config, and when you run generate into something that might fail, and it fails, the stream processor will only ever continue to attempt to deliver the data. You can choose to drop the data if you aren't interested in delivery guarantees, or ideally you'd redirect the data to some form of dead-letter queue, but it needs to be made explicit otherwise when the input source doesnt support nacks itse…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@nickzelei
Comment options

@Jeffail
Comment options

Answer selected by nickzelei
@nickzelei
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants