Skip to content

Commit

Permalink
Merge pull request #199 from sparrowV/connect_remove_deprecated_conve…
Browse files Browse the repository at this point in the history
…rters

remove_deprecated_converters
  • Loading branch information
Robin Moffatt authored Mar 15, 2021
2 parents c216326 + 2d4d953 commit a97c030
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions connect-jdbc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ services:
CONNECT_KEY_CONVERTER_SCHEMA_REGISTRY_URL: 'http://schema-registry:8081'
CONNECT_VALUE_CONVERTER: io.confluent.connect.avro.AvroConverter
CONNECT_VALUE_CONVERTER_SCHEMA_REGISTRY_URL: 'http://schema-registry:8081'
CONNECT_INTERNAL_KEY_CONVERTER: "org.apache.kafka.connect.json.JsonConverter"
CONNECT_INTERNAL_VALUE_CONVERTER: "org.apache.kafka.connect.json.JsonConverter"
CONNECT_LOG4J_ROOT_LOGLEVEL: "INFO"
CONNECT_LOG4J_LOGGERS: "org.apache.kafka.connect.runtime.rest=WARN,org.reflections=ERROR"
CONNECT_CONFIG_STORAGE_REPLICATION_FACTOR: "1"
Expand Down

0 comments on commit a97c030

Please sign in to comment.