Skip to content

Commit 8a39291

Browse files
author
timKrijger
committed
1 parent 1d1a9b2 commit 8a39291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vagrant/roles/role_kafka_connect_MySQL/templates/kafka-connect-jdbc-source-bulk.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"_comment": "Based on the tutorial on: https://www.confluent.io/blog/simplest-useful-kafka-connect-data-pipeline-world-thereabouts-part-1/",
3-
"plugin.path": "/usr/local/share/kafka/plugins",
3+
"plugin.path": "/usr/local/share/kafka",
44
"connector.class": "io.confluent.connect.jdbc.JdbcSourceConnector",
55
"key.converter": "io.confluent.connect.avro.AvroConverter",
66
"key.converter.schema.registry.url": "http://{{ kafka_service_ip_address }}:{{ port_kafka_schema_registry }}",

0 commit comments

Comments
 (0)