Liu-ZhenYu commented on issue #20830:
URL: https://github.com/apache/pulsar/issues/20830#issuecomment-1641279461

   @BewareMyPower 
   The problem can be solved in your way, and I can solve it in another way
   ```java
   <dependency>
         <groupId>org.apache.pulsar</groupId>
         <artifactId>pulsar-broker</artifactId>
         <version>2.8.4</version>
         <exclusions>
           <exclusion>
             <groupId>io.grpc</groupId>
             <artifactId>grpc-all</artifactId>
           </exclusion>
         </exclusions>
       </dependency>
   ``` 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to