diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-26 19:51:57 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-26 19:51:57 +0100 |
| commit | 82f8418f49b0564c5093c28be1ca522a628d0b4f (patch) | |
| tree | 140e6e4579229c8eefac398e58f386f270dff328 /opendc-common/src/main/resources | |
| parent | 4f816318b6672d40f23b22ca44cc06b77cadf961 (diff) | |
Diffstat (limited to 'opendc-common/src/main/resources')
| -rw-r--r-- | opendc-common/src/main/resources/producer.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-common/src/main/resources/producer.toml b/opendc-common/src/main/resources/producer.toml index 33a09284..8202e93b 100644 --- a/opendc-common/src/main/resources/producer.toml +++ b/opendc-common/src/main/resources/producer.toml @@ -2,4 +2,4 @@ "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 +"auto.register.schemas" = "true" |
