Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partitioning based consumer not working #1

Open
codewheeney opened this issue Nov 30, 2023 · 0 comments
Open

Partitioning based consumer not working #1

codewheeney opened this issue Nov 30, 2023 · 0 comments

Comments

@codewheeney
Copy link

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

java -cp target/bucket-priority-pattern-1.0.0-jar-with-dependencies.jar blog.buildon.aws.streaming.kafka.BucketBasedProducer

works just fine, but the consumer based example code found in here:

java -cp target/bucket-priority-pattern-1.0.0-jar-with-dependencies.jar blog.buildon.aws.streaming.kafka.BucketBasedConsumer Platinum 5

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant