From aab6e0a7b35ebd2f8a71829dfabf15279132fc14 Mon Sep 17 00:00:00 2001 From: Jason O'Neil Date: Mon, 19 Aug 2024 11:58:05 +0800 Subject: [PATCH] Add missing config file --- .../ca-kafka-local/config/kafkactl/config.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/ca-kafka-local/config/kafkactl/config.yaml diff --git a/plugins/ca-kafka-local/config/kafkactl/config.yaml b/plugins/ca-kafka-local/config/kafkactl/config.yaml new file mode 100644 index 0000000..58da1eb --- /dev/null +++ b/plugins/ca-kafka-local/config/kafkactl/config.yaml @@ -0,0 +1,17 @@ +# See https://github.com/deviceinsight/kafkactl?tab=readme-ov-file#configuration +contexts: + local: + brokers: + - localhost:14231 + + tls: + enabled: false + + # Waiting on https://github.com/cultureamp/local-kafka/pull/4 + sasl: + enabled: false + + avro: + schemaRegistry: localhost:14228 + +current-context: local