
* Use a map between topics and message-names when using ProtobufFile * Validate the given message names for the topics in ProtobufFileRecordSerDe
37 lines
1,006 B
YAML
37 lines
1,006 B
YAML
kafka:
|
|
clusters:
|
|
- name: local
|
|
bootstrapServers: localhost:9092
|
|
zookeeper: localhost:2181
|
|
schemaRegistry: http://localhost:8085
|
|
ksqldbServer: http://localhost:8088
|
|
kafkaConnect:
|
|
- name: first
|
|
address: http://localhost:8083
|
|
jmxPort: 9997
|
|
# -
|
|
# name: secondLocal
|
|
# bootstrapServers: localhost:9093
|
|
# zookeeper: localhost:2182
|
|
# schemaRegistry: http://localhost:18085
|
|
# kafkaConnect:
|
|
# - name: first
|
|
# address: http://localhost:8083
|
|
# jmxPort: 9998
|
|
# read-only: true
|
|
# -
|
|
# name: localUsingProtobufFile
|
|
# bootstrapServers: localhost:9092
|
|
# protobufFile: messages.proto
|
|
# protobufMessageName: GenericMessage
|
|
# protobufMessageNameByTopic:
|
|
# input-topic: InputMessage
|
|
# output-topic: OutputMessage
|
|
admin-client-timeout: 5000
|
|
zookeeper:
|
|
connection-timeout: 1000
|
|
spring:
|
|
jmx:
|
|
enabled: true
|
|
auth:
|
|
enabled: false
|