Skip to content

Commit 5f745c8

Browse files
caitlindaveyCaitlin Davey
andauthored
DOCSP-30132 bug reported on key converter (#117)
* DOCSP-30132 bug reported on key converter * DOCSP-30132 bug reported on key converter source * Update .gitignore --------- Co-authored-by: Caitlin Davey <[email protected]>
1 parent 20daca3 commit 5f745c8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

source/includes/properties-files/converters/avro-sink.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ database=<your database to write to>
44
collection=<your collection to write to>
55
topics=<your topic to read from>
66
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>
88
value.converter=io.confluent.connect.avro.AvroConverter
99
value.converter.schema.registry.url=<your schema registry uri>

source/includes/properties-files/converters/avro-source.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ collection=<your collection to read from>
55
output.format.value=schema
66
output.format.key=schema
77
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>
99
value.converter=io.confluent.connect.avro.AvroConverter
1010
value.converter.schema.registry.url=<your schema registry uri>

source/includes/properties-files/converters/json-schema-sink.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ database=<your database to write to>
44
collection=<your collection to write to>
55
topics=<your topic to read from>
66
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>
88
value.converter=io.confluent.connect.json.JsonSchemaConverter
99
value.converter.schema.registry.url=<your schema registry uri>

source/includes/properties-files/converters/json-schema-source.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ collection=<your collection to read from>
55
output.format.value=schema
66
output.format.key=schema
77
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>
99
value.converter=io.confluent.connect.json.JsonSchemaConverter
1010
value.converter.schema.registry.url=<your schema registry uri>

source/includes/properties-files/converters/protobuf-sink.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ database=<your database to write to>
44
collection=<your collection to write to>
55
topics=<your topic to read from>
66
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>
88
value.converter=io.confluent.connect.protobuf.ProtobufConverter
99
value.converter.schema.registry.url=<your schema registry uri>

0 commit comments

Comments
 (0)