Skip to content

Commit

Permalink
Increase Kafka message size
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasTurner23 committed Oct 24, 2024
1 parent c4a6a40 commit 4a4f443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/kafka/clusters/kafka-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ spec:
default.replication.factor: 3
min.insync.replicas: 2
inter.broker.protocol.version: "3.6"
message.max.bytes: 2097152
replica.fetch.max.bytes: 2097152
storage:
type: ephemeral
zookeeper:
Expand Down

0 comments on commit 4a4f443

Please sign in to comment.