Introduction blog post , precise "more efficient" #64
-
Hi in the blog post : https://www.confluent.io/blog/introducing-confluent-parallel-message-processing-client/
I think say
Theses are the first things I can think of. Also some benchmarks demonstrating the advantages of parallel-consumer would be very nice. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thanks for the feedback @raphaelauv ! We wrestled with the length and complexity of the blog post a lot. And decided that a lot of the details can be found in the project readme (which is probably too large now and should be split from readme and docs). And the performance demonstrations can be found here: https://github.com/confluentinc/parallel-consumer#performance Of course the performance numbers can be made to look faster, or they can be made to look massively faster - al depends on the use case. But I really world benchmark would be awesome, but I haven't had time to really code up something realistic except for the database test in the integration test suite, which isn't all that "real world". If you or @JorgenRingen end up doing something like that though, that would be awesome! We could probably look at doing a blog post on the confluent blog with it. The efficiency stuff can be found in the scenarios and FAQ "Why not just run more..." I'll take your feedback for the talk though.. |
Beta Was this translation helpful? Give feedback.
-
Perhaps, if you'd like to submit a PR for the readme to make those advantages more clear to a new user, I'd very much appreciate it :) |
Beta Was this translation helpful? Give feedback.
Thanks for the feedback @raphaelauv ! We wrestled with the length and complexity of the blog post a lot. And decided that a lot of the details can be found in the project readme (which is probably too large now and should be split from readme and docs).
And the performance demonstrations can be found here: https://github.com/confluentinc/parallel-consumer#performance
Of course the performance numbers can be made to look faster, or they can be made to look massively faster - al depends on the use case. But I really world benchmark would be awesome, but I haven't had time to really code up something realistic except for the database test in the integration test suite, which isn't all that "…