Hello everyone I want to make my nodejs app run parallelism when Kafka listen to multiple consumer(multiple same topics or different) and then I will do the async function in the thread. How can I do that? I had tried worker_thread they said that I cannot use the promise function.
Could you help me?