You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was bringing this code into my project, and writing some POC tests and the partitioning based producer works just fine in my project, but the consumer based one keeps hanging.
I was bringing this code into my project, and writing some POC tests and the partitioning based producer works just fine in my project, but the consumer based one keeps hanging.
To verify, I started up the docker container as described here: https://community.aws/posts/prioritizing-event-processing-with-apache-kafka
and the producer example code, via
works just fine, but the consumer based example code found in here:
I'm continuing to debug in my project, and I confirmed so far that the records are being sent, but none delivered to any listeners.
The text was updated successfully, but these errors were encountered: