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