Hi, All As Flume Doc described, keep-alive for MemoryChannel is default to 3 seconds, and the lowest one is 1 second, this mean every batch that is not full need wait for such long time to confirm no more data.
As we know, Fast Data require data to be processed at milliseconds level, is there any way can achieve much low latency or Flume could make code change to achieve this? Thanks a lot