-
Notifications
You must be signed in to change notification settings - Fork 242
Unique Bus ID When Deployed To Kubernetes #222
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
Comments
See Lines 51 to 56 in 2440fad
I wonder if we take this opportunity to move that to commons |
Probably a good idea to move to commons |
@spencergibb I was looking into this a bit....
So I was poking around commons and found this code which is quite similar to what we have in bus already It uses |
yeah, instance_id is gonna have the same problem. My thought was a new random property source that, given a key, cached the random value.
|
This was implemented in spring-cloud/spring-cloud-commons#719 |
When we deploy an app to Kubernetes we should try to come up with an ID to use that is unique to the container
The text was updated successfully, but these errors were encountered: