Apache Kafka – 8 things to check before going live
1–4 of 4 posts
Re: Apache Kafka – 8 things to check before going live
#2"Ensure all producers are using the same partitioner"
Great point. I have spent hours debugging an issue where messages seemed to be out of order for no good reason. The issue turned out to be a difference in partitioners.
Re: Apache Kafka – 8 things to check before going live
#3"Ensure all producers are using the same partitioner" Great point. I have spent hours debugging an issue where messages seemed to be out of order for no good reason. The issue turned out to be a difference in partitioners.
Debugging those issues always seems like a Sherlock Holmes episode to me. Especially when errors are logical and more specifically in this case hidden in an upstream dependency!
Re: Apache Kafka – 8 things to check before going live
#4"Ensure all producers are using the same partitioner" Great point. I have spent hours debugging an issue where messages seemed to be out of order for no good reason. The issue turned out to be a difference in partitioners.
getting the hash right is key