You can add more instances of your application, to allow processing the incoming data in parallel.
On 6 November 2017 at 20:11, Ranjit Kumar <ranjit...@gmail.com> wrote: > Hi, > > I am using kafka streaming and state store in my application using java but > my application logic is taking more time (around 5 ms) to pick up the next > packet from que, do to that data is pipe lining in topic que(mean waiting > time is increasing to pick the next packet from que). > > Can you please let me know how solve this to improve the performance. > > Thanks & Regards, > Ranjit >