You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: