-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add Redis backed Event Store #1412
Conversation
srempfer
commented
Apr 30, 2020
- Mainly for testing if Travis CI supports Redis and what have to be done to get it working
57d7211
to
d2b765b
Compare
We need to implement a GitHub Actions version of the Redis example also - for example see https://github.com/marketplace/actions/redis-server-in-github-actions |
memo: addresses #684 |
I know this PR is in draft but tried this PR implementation in one of my project with Redis Sentinel configuration, here are my observations :-
Possible Fix :- Use pub/sub model between Redis eventstores to publish any saved events by any Admin server instance so other admin instance knows about the change just like HazelcastEventStore |
As this is slightly outdated and needs to be bumped to Spring Boot 3 as well, I will close this PR for now. |