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

Class NamingFactory doesn't support createNaming method? #36

Closed
johnnywww opened this issue Aug 28, 2018 · 1 comment
Closed

Class NamingFactory doesn't support createNaming method? #36

johnnywww opened this issue Aug 28, 2018 · 1 comment
Assignees
Milestone

Comments

@johnnywww
Copy link

I write demo through nacos's sdk. The example code like below.
NamingService naming = NamingFactory.createNaming(System.getProperty("serveAddr")); naming.registerInstance("nacos.test.3", "11.11.11.11", 8888, "TEST1");
But class NamingFactory doesn't support this method, it only has createNamingService method.

@yangyshdan
Copy link
Collaborator

There is a typo in the doc, the correct method name is createNamingService. Plan to fix it in milestone 0.6. @xuechaos

realJackSun pushed a commit to realJackSun/nacos that referenced this issue Mar 31, 2021
Add github star and fork icons in home page
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

No branches or pull requests

4 participants