SDK
SDK Java v3.x
2

This SDK is deprecated. We recommend to use the Kuzzle SDK-JVM.
A migration guide is available here

Network Loss Resilience #

The Kuzzle JAVA SDK provides tools that allow it to be used with an unstable network connection.

Automatic reconnection & resubscription #

The Kuzzle JAVA SDK can automatically reconnect in case of a network disconnection and it can renew realtime subscriptions if there are any.

To control the auto reconnection feature with WebSocket (enabled by default), refer to the autoReconnect option of the WebSocketOptions object.

To control the auto resubscription (enabled by default), refer to the autoResubscribe option of the KuzzleOptions object.