-
Notifications
You must be signed in to change notification settings - Fork 408
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
Future of experimental leshan-server-cluster module #679
Comments
First of all, I agree: If the cluster implementation is not good enough for a 1.0.0 release, keep it out. However, what I'd like have kept in the 1.0.0 would be stable interfaces for Observation and Registration stores: This way, the actual implementation could be in Does this make sense? |
@eliasweingaertner to be more precise, the idea is to create a
(the rest go in another repositoty)
|
Hi All, |
Yes and also an experimental northbound API which will be moved in its own experimental repository. |
I created a PR #705 which moves Redis stores in a new leshan-server-redis module. |
#705 is integrated in master. |
We hope we will be able to release a 1.0.0 version of Leshan during this summer.
The state of
leshan-server-cluster
is clearly not in an acceptable state for a 1.0.0 release... So it will not be part of the release !It seems to us that the better option is to create a new
leshan-server-redis
project which could include Redis store implementation. This part should be deliver in the 1.0.0 release.All the very experimental part about northbound API would be moved in another project/repository.
(reading more about using Leshan in a cluster)
The text was updated successfully, but these errors were encountered: