Skip to content

Commit

Permalink
chore: updated rpc kafka consumer name
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Sep 25, 2024
1 parent cbe5a8a commit 8058fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/iac/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module "fabric_rpc" {
namespace = local.namespace
image = var.rpc_image
broker_urls = local.broker_urls
consumer_name = "rpc-ahid02"
consumer_name = "rpc-ahid03"
kafka_username = local.kafka_rpc_username
kafka_password = local.kafka_rpc_password
kafka_topic = local.kafka_topic
Expand Down

0 comments on commit 8058fab

Please sign in to comment.