jakartaee / nosql

The specification in Jakarta EE to help Jakarta EE developers create enterprise-grade applications using Java® and NoSQL technologies.
https://projects.eclipse.org/projects/ee4j.nosql
Eclipse Public License 2.0
92 stars 28 forks source link

[REDIS] include support for Sentinel configuration. #177

Closed marcelolemes closed 1 month ago

marcelolemes commented 3 months ago

Description

As a:

...I need to be able to:

Have the possibility of using functionality (sentinel-client) to consume a Redis high availability arrangement

Source: https://redis.io/docs/latest/operate/oss_and_stack/management/sentinel/

dearrudam commented 2 months ago

@marcelolemes, thank you for your contribution!!!

IMHO I think this kind of feature focused on a specific vendor, like Redis, should be managed by implementations instead of the specification like Jakarta NoSQL, like Eclipse JNoSQL ... Eclipse JNoSQL already supports Redis as a NoSQL Key-value family database, so your proposal should fit better there!

otaviojava commented 2 months ago

That makes sense. How about we do some test at the redis implementation? https://github.com/eclipse/jnosql-databases/tree/main/jnosql-redis

marcelolemes commented 2 months ago

@otaviojava It seems like a good idea, do you think it's better to recreate this issue there?

otaviojava commented 2 months ago

@marcelolemes yes, please do it here: https://github.com/eclipse/jnosql

marcelolemes commented 1 month ago

https://github.com/eclipse/jnosql/issues/534 Reopened like suggested above