Anton Putra
Anton Putra
I haven’t released it yet, but it’s identical to many other clients I have in this repository.
Sure, I have all the necessary pieces in this repo, including monitoring stuff. It’s just scattered all over the place. Here is one lesson to monitor a container as an...
@domik82 I have all the source code and the commands for this tutorial; I just never had time to actually record it. Also, take a look at the README -...
@itachi880 ok, are there any performance implications? what's the benefit?
Thanks, @MDH0, for the suggestion! I may add this to the new poll after I release my next video.
Thank you! I'll try it out, actually i deploy both on VMs, using `m7a.large` instances.
thanks, @Gsantomaggio. kafka is a complicated system with a bunch of settings that you can tune and optimize either for latency or throughput, but i appreciate your help. i'll see...
@Gsantomaggio sorry about that, i usually dive deeper only when i'm working on a specific benchmark
I tried 4, 10, 100, and 1000 numbers of threads; anything beyond 100 threads results in all sorts of errors. That example from the Rust book is not really designed...
Simply using a thread pool won't solve any problems that Rust's std faces, you need an async runtime for that.