Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Abandoned
-
2.7.0
-
None
-
None
-
Windows C# / Java / Zookeeper
Description
I'm using the curator-x-rpc module to connect Microsoft C# with zookeeper.
In my Java application I'm using a specific InstanceDetails object which is used in the payload of the instance.
If I'm using the curator-rpc module the data is set to byte[] which is not the case for my Java object, which is streamed with the JsonInstanceSerializer (default).
By having this I'm not able to register an service through the curator-x-rpc module and then use it in my java application.
The same problem occurs with the java TestClient which is part of the test set of the module.
Also the created instances with the Java instances can't be used by the curator-x-rpc because of the missing InstanceDetails class.
Attachments
Issue Links
- is superceded by
-
CURATOR-426 Prep Apache Curator 4.0.0
- Resolved