Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Sep 7, 2024
1 parent 7161bd4 commit 14fbaa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/docker/mq/kafka/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
{{- controller_quorum_voters.append(controller_quorum_voter) or '' }}
{%- endfor %}
{%- for i in range(1,param_mq_kafka_cluster_replicas | int + 1) %}
{%- set svc_port = param_db_kafka_cluster_start_port | int+i-1 %}
{%- set svc_port = param_mq_kafka_cluster_start_port | int+i-1 %}
kafka-{{ i }}:
<<: *kafka-common
container_name: kafka-{{ i }}
Expand Down
2 changes: 1 addition & 1 deletion server/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ param_mq_rabbit_username: "{{ param_db_username }}"
param_mq_rabbit_password: "{{ param_db_password }}"

param_mq_kafka_cluster_name: cluster1
param_db_kafka_cluster_start_port: 9092
param_mq_kafka_cluster_start_port: 9092
param_mq_kafka_cluster_replicas: 3
param_mq_kafka_cluster_host_ip: 192.168.2.18

Expand Down

0 comments on commit 14fbaa6

Please sign in to comment.