-
Notifications
You must be signed in to change notification settings - Fork 413
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
Implement ServiceInstance.getMetadata #57
Comments
Until this enhancement has been completed, what is the recommended way to get access to the meta-data? We are using Eureka so we don't have to have a generalized solution, we just need access to the meta-data. |
@tkvangorder this is for spring-cloud-zookeeper. spring-cloud-netflix already implements this. |
Sorry, I should look closer at the issue details, I was reviewing spring-cloud/spring-cloud-netflix#419 but I missed the commit. spring-cloud/spring-cloud-netflix@03f6d12 I'm not using the latest version yet, so I will just cast the service Instances into Eureka instances until we upgrade. (not pretty, but only temporary) Thanks for the help. |
@spencergibb what is the point of implementing Or am I missing something here ? |
New from spring-cloud/spring-cloud-commons#56
The text was updated successfully, but these errors were encountered: