Niklas
Niklas
That aside, if you could share some more information as to what you were planning to do, it would help a lot in understanding where the system's current limitations are.
I don't see a problem in extending the size limit via DB migration. The bigger challenge would be the UX of editing this data in the UI IMO. For simple...
Yeah give that a try and see if you run into any issues. But in principal that sounds fine to me.
That's fair. But for what it's worth, you can limit the heap size via `KAFKA_OPTS` env var: ```shell docker run -it --rm -e "KAFKA_OPTS=-Xmx256m" apache/kafka-native:3.8.0 ```