Replies: 2 comments
-
Do you need to run producer concurrently along with consumer? Start it as a separate process or asyncio task. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just sharing: I have created a micro framework kstreams based on |
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 everyone!
I'm studying aiokafka with the goal to rewrite a few parts of a project at work. To convince the rest of the team to adopt the library I'd like to write a test to simulate the load of data we receive.
I'd like to create the mock incoming data, opened the consumer and then follow with the rest of the tasks we have but the consumer is blocking the execution. How it'd be the best way to test the consumer?
Beta Was this translation helpful? Give feedback.
All reactions