Skip to content

Commit 7bea2b4

Browse files
fix: reduce kafka batch size
1 parent aafe655 commit 7bea2b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

commons/prod-analytics/configmaps/kafka-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
KAFKA_BROKERS: "b-1.interopplatformevents.gfkljw.c4.kafka.eu-south-1.amazonaws.com:9098,b-2.interopplatformevents.gfkljw.c4.kafka.eu-south-1.amazonaws.com:9098,b-3.interopplatformevents.gfkljw.c4.kafka.eu-south-1.amazonaws.com:9098"
88
KAFKA_AVERAGE_MESSAGE_SIZE_IN_BYTES: "1000"
99
KAFKA_MAX_WAIT_BATCH_MILLIS: "60000"
10-
KAFKA_MESSAGES_TO_READ_PER_BATCH: "10000"
10+
KAFKA_MESSAGES_TO_READ_PER_BATCH: "1000"
1111
KAFKA_TOPIC_STARTING_OFFSET: "earliest"
1212
KAFKA_ENABLE_AUTOCOMMIT: "false"
1313
APPLICATION_AUDIT_TOPIC: "prod_application.audit"

microservices/application-audit-analytics-writer/prod-analytics/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ configmap:
2020
DB_INGEST_MODE: "COPY"
2121

2222
deployment:
23-
replicas: 0
23+
replicas: 1
2424
flywayInitContainer:
2525
create: true
2626
version: "11.4.0"

microservices/jwt-audit-analytics-writer/prod-analytics/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ configmap:
2121
REDSHIFT_COPY_IAM_ROLE_ARN: arn:aws:iam::{{.Values.local.awsAccountId}}:role/interop-analytics-redshift-s3-copy-{{.Values.local.env}}
2222

2323
deployment:
24-
replicas: 0
24+
replicas: 1
2525
flywayInitContainer:
2626
create: true
2727
version: "11.4.0"

0 commit comments

Comments
 (0)