@abhijeet3112 wrote:
I am using Akka Streams to process the Kafka data from input topic and after processing send it to output kafka topic. My main requirement is to keep this whole process in real time scenario. Now, Actually when I increases the load on kafka input topic say 600 tps for 20 mins, And I observe the processing speed of my code it is quite effective one. But the moment I stop the load that is being generated to kafka input topic the processing speed of my code reduces and it effects my main requirement i.e. of real time processing. So I want to know actually what is the case or some thing that I might be missing that affects my code after stop in load? There is something that I am missing, It will be great if someone can help me out in suggesting some means or some point that needs to be taken care while working with akka and kafka together? Or Is there anything that affects the kafka or it’s offeset when akka stream backpressure the data to kafka input topic?
Posts: 3
Participants: 2