gcp_pubsub output: not recovering from failures when ordering key is enabled #2935
Labels
bug
needs investigation
It looks as though have all the information needed but investigation is required
Scenario
A gcp_pubsub connector (v4.37.0) configured something like this:
Expectation
After, for example, an internet interruption, the connector should automatically recover and resume publishing.
What we see
The connector does not auto-recover, and keeps failing with:
you have to restart the process to restore the flow.
It looks like a call to topic.ResumePublish is missing, either after a failure or before each batch.
The text was updated successfully, but these errors were encountered: