Set message size for topic to 2G to ensure limitations
This commit is contained in:
parent
6190356a7e
commit
5f7def8187
2 changed files with 2 additions and 2 deletions
|
@ -13,4 +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: 5368709120
|
max.message.bytes: 2147483648
|
||||||
|
|
|
@ -13,4 +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: 5368709120
|
max.message.bytes: 2147483648
|
||||||
|
|
Loading…
Add table
Reference in a new issue