Update msg.max.bytes for cluster & topics
This commit is contained in:
parent
4d98a1567e
commit
6190356a7e
3 changed files with 4 additions and 3 deletions
|
@ -13,4 +13,4 @@ spec:
|
|||
# http://kafka.apache.org/documentation/#topicconfigs
|
||||
# max.message.bytes: x
|
||||
cleanup.policy: compact
|
||||
max.message.bytes: 1073741824
|
||||
max.message.bytes: 5368709120
|
||||
|
|
|
@ -13,4 +13,4 @@ spec:
|
|||
# http://kafka.apache.org/documentation/#topicconfigs
|
||||
# max.message.bytes: x
|
||||
cleanup.policy: compact
|
||||
max.message.bytes: 1073741824
|
||||
max.message.bytes: 5368709120
|
||||
|
|
|
@ -34,7 +34,8 @@ spec:
|
|||
nodePort: 32700
|
||||
config:
|
||||
# max.request.size: x
|
||||
message.max.bytes: 1073741824
|
||||
message.max.bytes: 5368709120
|
||||
replica.fetch.max.bytes: 5368709120
|
||||
offsets.topic.replication.factor: 1
|
||||
transaction.state.log.replication.factor: 1
|
||||
transaction.state.log.min.isr: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue