Streaming subscriber behavior in case of an error
If a streaming subscriber runs into an error, it logs an error message and using the underlying CometD client, the streaming subscriber automatically retries the connection. If connectivity is successfully established, a fresh subscription request is sent whenever a meta/handshake event occurs. Streaming notification messages are received as before.
This behavior is observed in the case where the streaming provider Authentication Type is selected as ESB Callback.