I am new to Kafka. I have created a cluster and a topic in a Cloud Confluent Kafka (Basic plan). the default max limit of message is 8MB as per the documentation(https://docs.confluent.io/cloud/current/clusters/broker-config.html#custom-topic-settings-for-all-cluster-types) of Confluent kafka. I want to store big files in Kafka i.e. ZIP files (300MB+). How can I confiure the same in cloud if I want to store large files in Kafka?
Question(Out of curosity): Can we even store large ZIP files in a Kafka?
I tried updating the values in topic configuration settings(https://prnt.sc/b8Hy8EZ-kagB) but seems like there is no way to set limit more than 8MB