Update message size for topic & kafka broker
This commit is contained in:
parent
d5b17d3ad2
commit
514d8c6e14
2 changed files with 2 additions and 1 deletions
|
@ -13,3 +13,4 @@ spec:
|
||||||
# http://kafka.apache.org/documentation/#topicconfigs
|
# http://kafka.apache.org/documentation/#topicconfigs
|
||||||
# max.message.bytes: x
|
# max.message.bytes: x
|
||||||
cleanup.policy: compact
|
cleanup.policy: compact
|
||||||
|
max.message.bytes: 1073741824
|
||||||
|
|
|
@ -34,7 +34,7 @@ spec:
|
||||||
nodePort: 32700
|
nodePort: 32700
|
||||||
config:
|
config:
|
||||||
# max.request.size: x
|
# max.request.size: x
|
||||||
message.max.bytes: 1073741824
|
message.max.bytes: 2147483648
|
||||||
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