-
Notifications
You must be signed in to change notification settings - Fork 407
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
Allow to use custom keys in RedisRegistrationStore #1409
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will try to propose some javadoc for builder setter in another review
leshan-server-redis/src/main/java/org/eclipse/leshan/server/redis/RedisRegistrationStore.java
Show resolved
Hide resolved
leshan-server-redis/src/main/java/org/eclipse/leshan/server/redis/RedisRegistrationStore.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My separated review about javadoc
leshan-server-redis/src/main/java/org/eclipse/leshan/server/redis/RedisRegistrationStore.java
Show resolved
Hide resolved
leshan-server-redis/src/main/java/org/eclipse/leshan/server/redis/RedisRegistrationStore.java
Show resolved
Hide resolved
leshan-server-redis/src/main/java/org/eclipse/leshan/server/redis/RedisRegistrationStore.java
Show resolved
Hide resolved
leshan-server-redis/src/main/java/org/eclipse/leshan/server/redis/RedisRegistrationStore.java
Show resolved
Hide resolved
leshan-server-redis/src/main/java/org/eclipse/leshan/server/redis/RedisRegistrationStore.java
Show resolved
Hide resolved
leshan-server-redis/src/main/java/org/eclipse/leshan/server/redis/RedisRegistrationStore.java
Show resolved
Hide resolved
That sounds good to me 👍 Maybe out of topic but : I was thinking that maybe we should also have a setter to serialize/de-serialize |
Could you also rebase your PR on |
@aliakseiz let me know when you plan to finalize this because I would like to declare a code freeze on |
I will start to work on this. |
@aliakseiz I created a new PR fixing comment above. See #1414. I plan to integrate it into master before the end of the day. |
@sbernard31 too bad I only saw your comments today. |
This PR is part of #1414 and is now integrated in @aliakseiz thx a lot for your contributions 🙏 ! |
@aliakseiz could I ask which part and how you are currently using Leshan ? Would you like to add your company as Leshan adopters ? (see #830) |
@sbernard31 we have a LwM2M gateway heavily based on the Leshan, which imports We also have multiple variations of LwM2M clients, that are based on Leshan and Wakaama.
That would be very nice actually. I will leave a comment there. |
@aliakseiz thx for details explanation.
That would be great. 👍 |
Actually I already did: https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/issues/193 Does it still make sense to leave a comment in #830? |
Oops I missed that 😁
It makes sense but clearly not mandatory. Some users add both. All is fine too me. |
(I created a PR for it : https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/merge_requests/203) |
My attempt to implement requirements mentioned in #1249
Not sure about the prefixes, though. Left them untouched for now, but suggestions are still welcome.