Opensearch output not erroring when opensearch can't be reached #3007
Labels
bug
needs investigation
It looks as though have all the information needed but investigation is required
outputs
Any tasks or issues relating specifically to outputs
The opensearch output will not throw an error if it cannot reach opensearch. The consumed message will be acked.
running this config in a docker container using the latest RPC image:
I get these logs:
These logs state that the message was written successfully, even though there is no opensearch cluster to connect to.
I tested this setup with a kafka output as well as a redis output instead. Both of them throw errors and retry as expected.
Thank you!
The text was updated successfully, but these errors were encountered: