schema-registry
Version:
json & avro schema registry
44 lines (43 loc) • 1.02 kB
JSON
{
"logger": {
"productionMode": true,
"logDir": "logs",
"skipEnhance": true,
"namespace": "",
"silence": false,
"loggerName": "dev",
"dockerMode": true,
"varKey": "LOG",
"level": "INFO",
"serviceName": "node-schema-registry"
},
"port": 12426,
"host": "localhost",
"protocol": "http",
"config": {},
"kafka": {
"topic": "_node_schema",
"options": {
"zkConStr": "localhost:2181/",
"logger": null,
"groupId": "node-schema-registry",
"clientName": "node-schema-registry",
"partitions": 1,
"workerPerPartition": 1,
"options": {
"sessionTimeout": 8000,
"protocol": ["roundrobin"],
"fromOffset": "earliest",
"fetchMaxBytes": 102400,
"fetchMinBytes": 1,
"fetchMaxWaitMs": 10,
"heartbeatInterval": 250,
"retryMinTimeout": 250,
"autoCommit": true,
"requireAcks": 1,
"ackTimeoutMs": 100,
"partitionerType": 3
}
}
}
}