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 2019/03/14 15:44:27 UTC

[GitHub] [pulsar] sijie commented on a change in pull request #3825: hide kafka-connecter details for easy use debezium connector

sijie commented on a change in pull request #3825: hide kafka-connecter details for easy use debezium connector
URL: https://github.com/apache/pulsar/pull/3825#discussion_r265629327
 
 

 ##########
 File path: pulsar-io/debezium/mysql/src/main/resources/debezium-mysql-source-config.yaml
 ##########
 @@ -19,17 +19,13 @@
 
 tenant: "test"
 namespace: "test-namespace"
-name: "debezium-kafka-source"
-topicName: "kafka-connect-topic"
-archive: "connectors/pulsar-io-kafka-connect-adaptor-2.3.0-SNAPSHOT.nar"
+name: "debezium-mysql-source"
+topicName: "debezium-mysql-topic"
+archive: "connectors/pulsar-io-debezium-mysql-2.4.0-SNAPSHOT.nar"
 
 Review comment:
   do we need this archive? `debezium-mysql` is a builtin connector, no?

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


With regards,
Apache Git Services