-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mnm] Better serialization support for management #92
Comments
IDEA: create an |
Things to take in consideration:
Other things to look at: would it be possible to use 2 different serialization mechanisms for the same entity, depending on the method called, when using the the I.e. Runnel codec where we know the objects transferred, and java serialization codec when we do not know the transferred objects (this is true only for methods handling management calls). |
As far as I understand runnel, it's meant to be used with known classes : so that the user defines precisely how objects should be (de)serialized. |
I'm in the process of adding a version to the client topology model so that it will be included in cluster state dumps. To avoid backward compatibility issues I resorted to putting the version in the tag collection and then remove it on the other side. We need a better compatibility story here. |
This is a copy of Terracotta-OSS/terracotta-management#44 (old management repository)
The text was updated successfully, but these errors were encountered: