Skip to content
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

Using REDIS with Spring Cloud Bus in Spring Boot application deployed on multiple PODs in EKS cluster #254

Open
abhishekjoy1 opened this issue Jun 18, 2021 · 0 comments

Comments

@abhishekjoy1
Copy link

Hi, I am new to Spring Cloud Bus. Actually, I am working on a Spring boot application, where my requirement is something like the following:

On update of certain DB table through an API, I would like to publish and "REFRESH" event. I have 3 pods in the AWS EKS cluster and in each of the POD, my Spring Boot application is running. I would like each of these PODs to receive the "REFRESH" event and refresh beans associated with the table in the application instance running on the POD.

So in this context, I found Spring Cloud Bus to be the ONLY solution to achieve this. In this context, I have been thinking to use REDIS with Cloud Bus. But I could not find any document that would guide me to implement this.

Could anyone please help here with some pointers? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants