summaryrefslogtreecommitdiff
path: root/opendc-common/src/main/resources/producer.toml
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-common/src/main/resources/producer.toml')
-rw-r--r--opendc-common/src/main/resources/producer.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/opendc-common/src/main/resources/producer.toml b/opendc-common/src/main/resources/producer.toml
new file mode 100644
index 00000000..33a09284
--- /dev/null
+++ b/opendc-common/src/main/resources/producer.toml
@@ -0,0 +1,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" \ No newline at end of file