networking - Order of magnitude of Kafka network overhead -


i want have idea of network use kafka. used tcpdump , tried @ tcp packets. noticed there lot of packets between producers / brokers / consumers / zookeeper. found biggest packets corresponding messages have difficulties know small ones corresponding (between different acks instance).

do have idea of overhead of kafka ? or maybe the pattern request of kafka used estimate ?

thank you


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

android - Unable to generate FCM token from dynamically instantiated Firebase -