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

Distributed Consumer? #36

Closed
sixtus opened this issue Sep 14, 2015 · 6 comments
Closed

Distributed Consumer? #36

sixtus opened this issue Sep 14, 2015 · 6 comments
Assignees
Labels

Comments

@sixtus
Copy link

sixtus commented Sep 14, 2015

It looks like https://godoc.org/github.com/optiopay/kafka#example-OffsetCoordinator allows for consumer groups, but I fail to see how the assignment of a partition to a consumer in a distributed consumer environment should work.

@alpe alpe self-assigned this Sep 18, 2015
@alpe
Copy link
Contributor

alpe commented Sep 18, 2015

Not sure if I understand your question correct. Are you looking for some High level consumer functionality to manage partitions and sync offsets for a group?
It's not available in this codebase. You'd need to implement it yourself.

@husio
Copy link
Contributor

husio commented Sep 21, 2015

@sixtus did @alpe answered your question?

@liquidm-tech
Copy link

Well, yes and no.

I am looking for a high level consumer in go (sarama cluster is too buggy) and was hoping, I can base it on your lib.

So the true answer to my question will be #39 - looking forward to it ;)

@sixtus
Copy link
Author

sixtus commented Sep 21, 2015

Always check your logged-in user first :)

@husio
Copy link
Contributor

husio commented Sep 21, 2015

I'm closing this issue then. Any further progress will be described in #39

I don't think we (optiopay company) will contribute to this anytime soon though, because we're on tight schedule and we don't need this functionality. But all contributions are welcome! 🎉

@husio husio closed this as completed Sep 21, 2015
@zorkian
Copy link
Contributor

zorkian commented Sep 21, 2015

I'm working on a distributed consumer library built on top of this client: https://github.com/zorkian/marshal

We're still in the pre-Alpha phase, it's not yet ready for production use. Tests pass but that doesn't mean much yet. Anyway, review/feedback is welcome, although you might also wait a week or two until we get to the point where it's apparently stable.

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

No branches or pull requests

5 participants