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

brod-poolboy integration #102

Open
rounakdatta opened this issue Nov 26, 2017 · 0 comments
Open

brod-poolboy integration #102

rounakdatta opened this issue Nov 26, 2017 · 0 comments

Comments

@rounakdatta
Copy link

Well, I'm building a service which uses brod as the producer as well as consumer client for Kafka message broker. And I'm trying to handle the worker processes through your poolboy.
Now I'm stuck at where to call poolboy (in brod) to pass the messages (from the producer on the other side) and then get the response from poolboy to brod.

I understand how poolboy works, but ain't sure how to pass the request from brod to poolboy. Please note that I'm able to pass requests to poolboy explicitly (through commands), but I need to get it done through brod (so that it doesn't have to publish messages manually using commands for each operation). This is being done as a part of a microservice backend project.

How do I accomplish this? How do I include poolboy as a dependency on brod?
Thanks!

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