Hello,
Using GeoEvent Extension 10.3.1 I noticed that the input WebSocket connector doesn't restart when the connection is lost. In the log the following error can be read:
com.esri.ges.transport.websocket.WebsocketInboundTransport: WebSocket experienced an error, trying to reconnect.
After that, no data is processed by the input connector.
When I check the WebSocket and the data is coming in again, the GeoEvent input connector won't reconnect automatically. So no data is processed.
When I manually restart the input connector, the connection is made again and data is processed again.
So maybe the system doesn't try long enough or enough times to reconnect? Can this be configured?
Or is it something else?
Thibaut