lhotari commented on code in PR #22892:
URL: https://github.com/apache/pulsar/pull/22892#discussion_r1912772330


##########
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/EtcdMetadataStore.java:
##########
@@ -43,10 +43,10 @@
 import io.etcd.jetcd.watch.WatchResponse;
 import io.grpc.Status;
 import io.grpc.StatusRuntimeException;
-import io.grpc.netty.GrpcSslContexts;
+import io.grpc.netty.shaded.io.grpc.netty.GrpcSslContexts;
+import io.grpc.netty.shaded.io.netty.handler.ssl.SslContext;
+import io.grpc.netty.shaded.io.netty.handler.ssl.SslProvider;

Review Comment:
   @poorbarcode shading problems were addressed with #23604 and #23641. You 
might have to compile all projects on command line with `mvn -T 1C clean 
install -DskipTests -Dspotbugs.skip=true -Dcheckstyle.skip=true 
-Dlicense.skip=true` before running code in IntelliJ/IDEA. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to