Hi, we are developing a kafka environment in order to be able to process up hundreds of messages per second. The point is that if we send in different partitions a lot of messages, the time of the process is very good in ms, however if we send just a single message, the minimum time required is very high, at least 1 or 2 seconds, even more. Is there any configuration we are missing to avoid this minimum delay? or is the minimum time required by kafka for the whole process?
Best Regards, Patricia