2021-03-25 13:24:08 +05:30
|
|
|
server:
|
|
|
|
|
port: 8000
|
2021-03-30 16:32:05 +05:30
|
|
|
goroutines: 1000
|
|
|
|
|
kafka_topic: KAFKA_TOPIC
|
2021-03-25 13:24:08 +05:30
|
|
|
|
|
|
|
|
kafka:
|
|
|
|
|
bootstrap_servers: BOOTSTRAP_SERVERS # read from environment variable
|
|
|
|
|
ssl_endpoint_algorithm: https
|
|
|
|
|
sasl_mechanism: PLAIN
|
|
|
|
|
security_protocol: SASL_SSL
|
|
|
|
|
request_timeout_ms: 20000
|
|
|
|
|
retry_backoff_ms: 500
|
|
|
|
|
sasl_user: SASL_USER # read from environment variable
|
|
|
|
|
sasl_password: SASL_PASSWORD # read from environment variable
|
2021-03-30 13:16:00 +05:30
|
|
|
|
|
|
|
|
schemaRegistry:
|
|
|
|
|
endpoint: SCHEMA_REGISTRY_ENDPOINT
|
2021-03-30 16:32:05 +05:30
|
|
|
topics: SCHEMA_TOPICS
|