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>
4
4
collection =<your collection to write to>
5
5
topics =<your topic to read from>
6
6
key.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>
8
8
value.converter =io.confluent.connect.avro.AvroConverter
9
9
value.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>
5
5
output.format.value =schema
6
6
output.format.key =schema
7
7
key.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>
9
9
value.converter =io.confluent.connect.avro.AvroConverter
10
10
value.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>
4
4
collection =<your collection to write to>
5
5
topics =<your topic to read from>
6
6
key.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>
8
8
value.converter =io.confluent.connect.json.JsonSchemaConverter
9
9
value.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>
5
5
output.format.value =schema
6
6
output.format.key =schema
7
7
key.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>
9
9
value.converter =io.confluent.connect.json.JsonSchemaConverter
10
10
value.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>
4
4
collection =<your collection to write to>
5
5
topics =<your topic to read from>
6
6
key.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>
8
8
value.converter =io.confluent.connect.protobuf.ProtobufConverter
9
9
value.converter.schema.registry.url =<your schema registry uri>
You can’t perform that action at this time.
0 commit comments