Hello All,
I have written a basic simulation for reading a json file as string and post to Kafka.
But its not posting if the file is >3MB.
Below is the error i am getting.
---- Response Time Distribution ------------------------------------------------
t < 800 ms 0 ( 0%)
800 ms < t < 1200 ms 0 ( 0%)
t > 1200 ms 0 ( 0%)
failed 5 (100%)
---- Errors --------------------------------------------------------------------
> The message is 12124508 bytes when serialized which is larger 5 (100.0%)
than the maximum request size you have configured with the max…