You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that not silently, as streams have one failure mode - they'll signal error through the stream, if you add a .log() stage it would log the error, otherwise it assumes you're handling it in the pipeline.
But yes, this should be documented but perhaps in separate patterns section.
When attempting to stream messages to a jms topic that has gone down and come up again, writing fails silently.
This should probably be documented along with advice on how to handle the situation.
The text was updated successfully, but these errors were encountered: