running dockerised kafka with two producers and two consumers, to visualize performance diffrences between working with subroutines and coroutines (async/wait) syntax...
after running both producers querying jsonplaceholder.typicode.com endpoints, results are being published ≈120%
although messages to the async topic are being published at much faster rate, the "async syntax" consumer kept a similar performance...