Hey !
I recently started working with Kafka, and I would like to completly understand it and try to pass the Developer certification.
Since I am still a student I went for the cheapest solution to prepare the exam: The definitive guide book.
Do you think it is enough to prepare the exam ?
Also I have a question about a chapter in the book, in the page 25 there is :
Since the partitions of a topic only supporte one thread (tell if I am wrong) then each thread can only fetch one single message. So it is not the throughput that should be limited to 60MB but the messages right? and also why 60 mb and not 50 mb directly ?