Hi, I am a beginner of Kafka and I have question about the design of Push/Pull model.
I know the Push/Pull framework can avoid the blocking between the Broker and the Consumer. However, as I know, the TCP flow control strategy can also solve this problem, am I right? So why do not directly apply this techniques instead of using Pull? Or if I make any misunderstanding on those two techniques, please point me out. Thank you! Best regards, Renxia Wang