Set message size for topic to 2G to ensure limitations

This commit is contained in:
Benedith Mulongo 2024-12-16 13:50:23 +01:00
parent 6190356a7e
commit 5f7def8187
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3
2 changed files with 2 additions and 2 deletions

View file

@ -13,4 +13,4 @@ spec:
# http://kafka.apache.org/documentation/#topicconfigs
# max.message.bytes: x
cleanup.policy: compact
max.message.bytes: 5368709120
max.message.bytes: 2147483648

View file

@ -13,4 +13,4 @@ spec:
# http://kafka.apache.org/documentation/#topicconfigs
# max.message.bytes: x
cleanup.policy: compact
max.message.bytes: 5368709120
max.message.bytes: 2147483648