summaryrefslogtreecommitdiff
path: root/opendc-common/src/main/resources/producer.toml
blob: 33a0928427442c8abc3ff3b3f85a8409685ddaf9 (plain)
1
2
3
4
5
"bootstrap.servers" = "127.0.0.1:9092"
"key.serializer" = "org.apache.kafka.common.serialization.VoidSerializer"
"value.serializer" = "io.confluent.kafka.serializers.protobuf.KafkaProtobufSerializer"
"schema.registry.url" = "http://localhost:8081"
"auto.register.schemas" = "true"