diff --git a/config/config.yml b/config/config.yml index c1666d1..aabf5b5 100644 --- a/config/config.yml +++ b/config/config.yml @@ -12,7 +12,3 @@ kafka: sasl_password: KAFKA_SASL_PASSWORD # read from environment variable kafka_topic_json: KAFKA_TOPIC_JSON kafka_topic_protobuf: KAFKA_TOPIC_PROTOBUF - -schemaRegistry: - endpoint: SCHEMA_REGISTRY_ENDPOINT - topics: SCHEMA_TOPICS diff --git a/docker.env b/docker.env index f4bcbce..546df6e 100644 --- a/docker.env +++ b/docker.env @@ -1,4 +1,2 @@ BOOTSTRAP_SERVERS=docker.for.mac.localhost:9092 -SCHEMA_REGISTRY_ENDPOINT=http://docker.for.mac.localhost:8081 -SCHEMA_TOPICS=testgo KAFKA_TOPIC=testgo