Skip to content

Commit

Permalink
Merge pull request #8 from nl2go/delete-conflict-inter-communication-…
Browse files Browse the repository at this point in the history
…broker

add heap opts
  • Loading branch information
stephanepham-sib authored Mar 26, 2021
2 parents 7f0827b + 2c75b3e commit 74c7714
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/kafka.env.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{% for environment_variable in (kafka_environment_variables | dict2items) %}
{{ environment_variable.key }}="{{ environment_variable.value }}"
{% endfor %}
{% if kafka_heap_opts is defined %}
KAFKA_HEAP_OPTS="{{ kafka_heap_opts }}"
{% endif %}
LOG_DIR="{{ kafka_log_dir }}"
{% if kafka_jmx_enabled %}
{% if kafka_jmx_username is defined and kafka_jmx_password is defined %}
Expand Down

0 comments on commit 74c7714

Please sign in to comment.