add defaults and jijafy kafka config

This commit is contained in:
m0duspwnens
2024-04-09 09:27:21 -04:00
parent 433309ef1a
commit 6217a7b9a9
7 changed files with 81 additions and 142 deletions
+8
View File
@@ -0,0 +1,8 @@
{% from 'vars/globals.map.jinja' import GLOBALS %}
{% from 'kafka/map.jinja' import KAFKAMERGED %}
{% set KAFKACONFIG = {} %}
{% for k, v in KAFKAMERGED.config.keys() %}
{% do KAFKACONFIG.update({k | replace("_x_", "."): v}) %}
{% endfor %}