Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OTE-618] enable msk partition level logging for mainnet #120

Merged
merged 7 commits into from
Aug 12, 2024

Conversation

jerryfan01234
Copy link
Contributor

No description provided.

@jerryfan01234 jerryfan01234 changed the title enable msk partition level logging for mainnet [OTE-618] enable msk partition level logging for mainnet Aug 8, 2024
Copy link

linear bot commented Aug 8, 2024

@jerryfan01234 jerryfan01234 added the enhancement New feature or request label Aug 8, 2024
indexer/msk.tf Outdated
@@ -24,6 +24,7 @@ resource "aws_msk_cluster" "main" {
cluster_name = "${var.environment}-${var.indexers[var.region].name}-msk-cluster"
kafka_version = local.kafka_version
number_of_broker_nodes = 3
enhanced_monitoring = var.environment == "mainnet" ? "PER_TOPIC_PER_PARTITION" : "DEFAULT"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: mainnet and testnet

@jerryfan01234 jerryfan01234 merged commit c02fa48 into main Aug 12, 2024
7 checks passed
@jerryfan01234 jerryfan01234 deleted the msk-logging-change branch August 12, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

2 participants