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
The consumer used in the pulsar4s Akka Source is closed and stops the stream for every encountered error.
I think we should use the supervision decider optionally passed to the flow. I don't know if it's possible yet, if not we should have a way to pass a partial function to define the behavior to have during exception on consumption.
I am particularly interested in parsing issues during consumption. I would like to Skip the message and continue to the Next message. So Supervision.Resume looks good.
The text was updated successfully, but these errors were encountered:
The consumer used in the pulsar4s Akka Source is closed and stops the stream for every encountered error.
I think we should use the supervision decider optionally passed to the flow. I don't know if it's possible yet, if not we should have a way to pass a partial function to define the behavior to have during exception on consumption.
I am particularly interested in parsing issues during consumption. I would like to Skip the message and continue to the Next message. So
Supervision.Resume
looks good.The text was updated successfully, but these errors were encountered: