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


Reply via email to