Need the ability to produce/consume messages beyond 1MB in size. #2342
Closed
Description
opened on May 3, 2022
Currently, when a client producer a record of 5881006 bytes, the producer panics:
I have a rust producer and pass a JSON string. It results in an error: Record too large. What's wrong?
thread 'main' panicked at 'Failed to send message.: Producer(RecordTooLarge(16384))', src/main.rs:39:9
Activity