Replies: 1 comment
-
Hi, @benesch |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm seeking assistance with my Rust code and would appreciate a code review. The current implementation involves handling message commits within asynchronous tasks, with the additional complexity of using semaphores to control the consumption of new messages and manage the number of concurrently running asynchronous tasks. I'm particularly interested in any suggestions or feedback on improving the efficiency and robustness of this design.
Thank you in advance for your insights!
rdkafka = { version = "0.35.0", features = ["cmake-build", "ssl-vendored"] }
Beta Was this translation helpful? Give feedback.
All reactions