capnproto / capnproto-java

Cap'n Proto in pure Java
Other
391 stars 86 forks source link

How to navigate difference between C++/Java versions #139

Closed balayanv closed 5 months ago

balayanv commented 5 months ago

After using SBE and Chronicle Wire for years i finally have opportunity to use this in anger on a real project.

Is there somwhere i can have a good understnading of what is missing in java version that is so actively being commited in cpp and rust versions...

I'm mostly only interested in data part of it and none of the RPC... i assume defining messages in java version will be fully compatible with cpp and rust?

Is shared memory between java and other langs implemented?

dwrensha commented 5 months ago

Is there somwhere i can have a good understnading of what is missing in java version

capnproto-java does not have:

I'm mostly only interested in data part of it and none of the RPC... i assume defining messages in java version will be fully compatible with cpp and rust?

Yes, the serialization format has been stable since 2013.

Is shared memory between java and other langs implemented?

No.