Hi Kafka Community, I have a question regarding Kafka Streams. Currently we set our commit interval to 5 mins and buffer size to be 1GB. We observe that every 5 minutes, there is a spike of network out, which is expected. However, we also found that the record process rate dropped to 1/4 during committing. Is this expected? If not, how to address this issue?
Thanks, Sicheng