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 nacos example #504

Merged
merged 8 commits into from Apr 17, 2021
Merged

Add nacos example #504

merged 8 commits into from Apr 17, 2021

Conversation

xieyucan
Copy link
Contributor

@xieyucan xieyucan commented Mar 5, 2021

add nacos example

@ST-DDT
Copy link
Collaborator

ST-DDT commented Mar 6, 2021

Nice. I'll have a look when I have some free time.
Could you post a (docker) command here that I can use to spin up a nacos registry to test the example?

@ST-DDT ST-DDT added the examples Everything related to examples label Mar 6, 2021
@xieyucan
Copy link
Contributor Author

xieyucan commented Mar 6, 2021

Nice. I'll have a look when I have some free time.
Could you post a (docker) command here that I can use to spin up a nacos registry to test the example?

Thank you for your feedback, the docker command in the next :
docker pull nacos/nacos-server
docker run --env MODE=standalone --name nacos -d -p 8848:8848 nacos/nacos-server

You can access this URL to verify that Nacos started successfully:
http://localhost:8848/nacos

Please give me more advice and contact me if you have any questions.

@ST-DDT
Copy link
Collaborator

ST-DDT commented Mar 6, 2021

Thanks for your fast response. That really helps me to integrate it the test examples script to ensure that the example doesnt break unnoticed.

@ST-DDT ST-DDT added this to the 2.12.0 milestone Mar 6, 2021
@ST-DDT ST-DDT self-requested a review April 17, 2021 20:07
@ST-DDT ST-DDT self-assigned this Apr 17, 2021
@ST-DDT ST-DDT linked an issue Apr 17, 2021 that may be closed by this pull request
@ST-DDT ST-DDT merged commit cff64fb into grpc-ecosystem:master Apr 17, 2021
@ST-DDT
Copy link
Collaborator

ST-DDT commented Apr 17, 2021

Thanks for your contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Everything related to examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

有没有使用nacos作服务注册中心的demo
2 participants