File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
source/includes/properties-files/converters Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ database=<your database to write to>
44collection =<your collection to write to>
55topics =<your topic to read from>
66key.converter =io.confluent.connect.avro.AvroConverter
7- value .converter.schema.registry.url =<your schema registry uri>
7+ key .converter.schema.registry.url =<your schema registry uri>
88value.converter =io.confluent.connect.avro.AvroConverter
99value.converter.schema.registry.url =<your schema registry uri>
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ collection=<your collection to read from>
55output.format.value =schema
66output.format.key =schema
77key.converter =io.confluent.connect.avro.AvroConverter
8- value .converter.schema.registry.url =<your schema registry uri>
8+ key .converter.schema.registry.url =<your schema registry uri>
99value.converter =io.confluent.connect.avro.AvroConverter
1010value.converter.schema.registry.url =<your schema registry uri>
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ database=<your database to write to>
44collection =<your collection to write to>
55topics =<your topic to read from>
66key.converter =io.confluent.connect.json.JsonSchemaConverter
7- value .converter.schema.registry.url =<your schema registry uri>
7+ key .converter.schema.registry.url =<your schema registry uri>
88value.converter =io.confluent.connect.json.JsonSchemaConverter
99value.converter.schema.registry.url =<your schema registry uri>
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ collection=<your collection to read from>
55output.format.value =schema
66output.format.key =schema
77key.converter =io.confluent.connect.json.JsonSchemaConverter
8- value .converter.schema.registry.url =<your schema registry uri>
8+ key .converter.schema.registry.url =<your schema registry uri>
99value.converter =io.confluent.connect.json.JsonSchemaConverter
1010value.converter.schema.registry.url =<your schema registry uri>
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ database=<your database to write to>
44collection =<your collection to write to>
55topics =<your topic to read from>
66key.converter =io.confluent.connect.protobuf.ProtobufConverter
7- value .converter.schema.registry.url =<your schema registry uri>
7+ key .converter.schema.registry.url =<your schema registry uri>
88value.converter =io.confluent.connect.protobuf.ProtobufConverter
99value.converter.schema.registry.url =<your schema registry uri>
You can’t perform that action at this time.
0 commit comments