DE-1338 | removing schema registry dependency - IV

This commit is contained in:
Rashmin Patel
2024-08-07 15:58:55 +05:30
parent ee74da3b0b
commit b80d560b57
2 changed files with 0 additions and 6 deletions

View File

@@ -12,7 +12,3 @@ kafka:
sasl_password: KAFKA_SASL_PASSWORD # read from environment variable sasl_password: KAFKA_SASL_PASSWORD # read from environment variable
kafka_topic_json: KAFKA_TOPIC_JSON kafka_topic_json: KAFKA_TOPIC_JSON
kafka_topic_protobuf: KAFKA_TOPIC_PROTOBUF kafka_topic_protobuf: KAFKA_TOPIC_PROTOBUF
schemaRegistry:
endpoint: SCHEMA_REGISTRY_ENDPOINT
topics: SCHEMA_TOPICS

View File

@@ -1,4 +1,2 @@
BOOTSTRAP_SERVERS=docker.for.mac.localhost:9092 BOOTSTRAP_SERVERS=docker.for.mac.localhost:9092
SCHEMA_REGISTRY_ENDPOINT=http://docker.for.mac.localhost:8081
SCHEMA_TOPICS=testgo
KAFKA_TOPIC=testgo KAFKA_TOPIC=testgo