Replies: 1 comment
-
@bhoriuchi .. Do you have a code sample how you managed top update registry service meta? I tried to do the following , bit no luck.. I am using etcd registry.. ` } |
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
-
Quick question. I would like to update metadata dynamically based on certain conditions on a micro service server to use in concert with some custom registry selection.
I do not currently see a way other than de-registering and re-registering the service.
Is that the approach I should take or is there something I am overlooking as far as updating metadata without re-registering.
For context I am using consul for registry
-- update --
after some testing it looks like metadata can be updated by simply updating the metadata options value and the register operation is periodic and configurable by default. would be nice if the interface allowed you to immediately update the value.
Beta Was this translation helpful? Give feedback.
All reactions