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
Exception in thread "main" java.lang.IllegalArgumentException: cannot find a NameResolver for polaris://ad.show.retrieval.svc.feeds:57823?namespace=test
Exception in thread "main" java.lang.IllegalArgumentException: cannot find a NameResolver for polaris://ad.show.retrieval.svc.feeds:57823?namespace=test
VERSION : 1.0.0
CODE :
NameResolverRegistry.getDefaultRegistry().register(new PolarisNameResolverProvider());
String target = POLARIS + serviceName + "?namespace=" + nameSpace;
channel = ManagedChannelBuilder.forTarget(target).usePlaintext()
.build();
The text was updated successfully, but these errors were encountered: