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

add InstanceId in Instance struct #43

Closed
wants to merge 1 commit into from
Closed

Conversation

qizha
Copy link

@qizha qizha commented Aug 29, 2016

missing the instanceId which lead the service registered without instanceId and can not be retrieved by the instanceId later.

@seh
Copy link
Contributor

seh commented Aug 30, 2016

See #44 for related changes that allow one to tunnel an instance ID through to data center types that implement com.netflix.appinfo.UniqueIdentifier via metadata inspection, as well as get such an instance ID back out via a bound Instance.UniqueID field.

@damtur
Copy link
Contributor

damtur commented Sep 9, 2016

@qizha Are you using some other provider then Amazon? We are using InstanceId from DataCenterInfo can you use that one as well?

@qizha
Copy link
Author

qizha commented Sep 12, 2016

thanks for the response. I am not using Amazon right now. Actually, I am going to use Kubernetes with Eureka. I found the problem when I tried Eureka registry plugin with go-micro(https://github.com/micro/go-plugins/blob/master/registry/eureka/) running in my laptop.

@damtur
Copy link
Contributor

damtur commented Jun 14, 2018

Similar change has been merged with #67 Closing this as Resolved.

@damtur damtur closed this Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants