You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/05/11 05:16:29 UTC

[GitHub] [pulsar] freeznet commented on a change in pull request #10513: [fix #9640] remove `pulsar-client-admin-api` dependency : `pulsar-client-original`

freeznet commented on a change in pull request #10513:
URL: https://github.com/apache/pulsar/pull/10513#discussion_r629851502



##########
File path: pulsar-io/kafka/pom.xml
##########
@@ -39,6 +39,12 @@
       <scope>provided</scope>
     </dependency>
 
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>pulsar-client-original</artifactId>

Review comment:
       @merlimat I believe this is related to the conversion between pulsar's schema and kafka's schema. So kafka connector need `pulsar-client-original` because all schema impls are in the package. 




-- 
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.

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