We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I write demo through nacos's sdk. There is an error exist in sample code.
NamingService naming = NamingFactory.createNaming(System.getProperty("serveAddr")); naming.subscribe("nacos.test.3", event -> { if (event instanceof NamingEvent) { System.out.println(((NamingEvent) event).getServceName()); System.out.println(((NamingEvent) event).getInstances()); } });
There is no method getServceName for class NamingEvent.
The text was updated successfully, but these errors were encountered:
Please download the latest api component source code.
The class is under package com.alibaba.nacos.api.naming.listener.
Sorry, something went wrong.
Close alibaba#37
1cefd9a
7963191
xuechaos
No branches or pull requests
I write demo through nacos's sdk. There is an error exist in sample code.
There is no method getServceName for class NamingEvent.
The text was updated successfully, but these errors were encountered: