DE-1338 | removing schema registry dependency - IV
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user