The value of "service.instance.id" changes every time the server restarts. Is it okay to make it fixed? #12312
Unanswered
zerocooldog
asked this question in
Q&A
Replies: 1 comment
-
You can read about |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We assign and manage a value called agent id for each WAS (Web Application Server) configuration. Once an agent id is generated, we reuse the initially created value for the same WAS configuration instead of generating a new one.
It seems that the service.instance.id acts as an identifier, similar to the agent id we use, but we've noticed that its value changes every time the server restarts.
In our implementation of ResourceProvider, we're considering using a fixed agent ID that persists across server restarts. Could you please clarify if there are any implications or drawbacks to this approach?
Also, we would like to know how to remove the following attributes:
Beta Was this translation helpful? Give feedback.
All reactions