set kafka broker message.max.bytes to 1GB
This commit is contained in:
parent
3efc534e39
commit
d5b17d3ad2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ spec:
|
||||||
nodePort: 32700
|
nodePort: 32700
|
||||||
config:
|
config:
|
||||||
# max.request.size: x
|
# max.request.size: x
|
||||||
# message.max.bytes: ?
|
message.max.bytes: 1073741824
|
||||||
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