You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`value.converter`| Converter class used to convert between Kafka Connect format and the serialized form that is written to Kafka. This controls the format of the values in messages written to or read from Kafka. For using protobuf format ,set the value of this field to `io.confluent.connect.protobuf.ProtobufConverter`|`org.apache.kafka.connect.storage.StringConverter`|
|`value.converter.schemas.enable`| For using protobuf format ,set the value of this field to `true`|`false`|
221
+
|`key.converter`| Converter class used to convert between Kafka Connect format and the serialized form that is written to Kafka. This controls the format of the keys in messages written to or read from Kafka. For using protobuf format ,set the value of this field to `io.confluent.connect.protobuf.ProtobufConverter`|`org.apache.kafka.connect.storage.StringConverter`|
|`key.converter.schemas.enable`| For using protobuf format ,set the value of this field to `true`|`false`|
224
+
209
225
## Load balancing
210
226
211
227
See [Splunk Docs](https://docs.splunk.com/Documentation/KafkaConnect/latest/User/LoadBalancing) for considerations when using load balancing in your deployment.
0 commit comments