Skip to content

Commit

Permalink
List of unsupported features in Standalone Java Client uptated
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-agapov-hazelcast committed Dec 2, 2024
1 parent d3de6e0 commit b5ccbc6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/modules/clients/pages/java.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,12 @@ To migrate an application from the {java-client} to the {java-client-new}, you o

The {java-client-new} provides full feature parity with the {java-client} in terms of functionality. However, please note the following differences and restrictions:

// check standalone

* You cannot use the {java-client} and the {java-client-new} on the same JVM
* Any methods that raise the`UnsupportedOperationException` exception are not available e.g. `addLocalEntryListener(@Nonnull MapListener listener)`
* Client Configuration Import is not supported.
* XA Transactions are not supported.
* For Pipeline API only built-in sources and sinks are supported.
* Cloud support is only for Hazelcast Cloud and Kubernetes.
* Session replication with Spring Boot is not supported.
* You cannot use the {java-client} and the {java-client-new} on the same JVM.

=== Client API
The Client API is your gateway to access your Hazelcast cluster, including distributed objects and data pipelines (jobs).
Expand Down

0 comments on commit b5ccbc6

Please sign in to comment.