-
Notifications
You must be signed in to change notification settings - Fork 23
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
[cleanup] 🔥 Infinispan feature #326
Comments
Just my 2cents. The main reason to add infinispan originally, wasn't just optics from our "sponsor" :-) but a way to prove (and then maintain) that our data model and API didn't become intimately tied to redis, and make it virtually impossible to move away from redis in the future. i.e. architectural neutrality to the data store primitives. In 3scale backend ended up depending entirely on a number of redis data structures (e.g. ordered sets, and others) and some primitives (e.g. atomic increment, top of an ordered set, etc). So, while not being tied to infinispan, I would argue to keep the goal of independance, and if an alternative implementation with different structs and operations is not the way to do it, come up with another one that will avoid redis leaking into our internal code. |
That independence is already provided by the existing |
That sounds perfect! |
This isn't distributed in our binaries and Infinispan supports a Redis API that probably should be used instead of the REST client that is currently used in our implementation
The text was updated successfully, but these errors were encountered: