Change msg.bytes config for cluster
This commit is contained in:
parent
5f57a7f4a7
commit
2913b3d783
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ spec:
|
||||||
nodePort: 32700
|
nodePort: 32700
|
||||||
config:
|
config:
|
||||||
# max.request.size: x
|
# max.request.size: x
|
||||||
message.max.bytes: 5368709120
|
message.max.bytes: 2147483647
|
||||||
replica.fetch.max.bytes: 5368709120
|
replica.fetch.max.bytes: 2147483647
|
||||||
offsets.topic.replication.factor: 1
|
offsets.topic.replication.factor: 1
|
||||||
transaction.state.log.replication.factor: 1
|
transaction.state.log.replication.factor: 1
|
||||||
transaction.state.log.min.isr: 1
|
transaction.state.log.min.isr: 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue