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

multi-topics #9

Open
bart6114 opened this issue Mar 5, 2019 · 3 comments
Open

multi-topics #9

bart6114 opened this issue Mar 5, 2019 · 3 comments

Comments

@bart6114
Copy link

bart6114 commented Mar 5, 2019

Great project. Do you have any plans to introduce the concept of topics?

@didil
Copy link
Owner

didil commented Mar 6, 2019

Thanks !
Do you mean topics as in "Kafka topics" ?
For now the idea has been to keep all this kind of logic on the user side to keep goblero simple. The user receives a Job that is due for processing and decides what to do with it. But open to other ideas and use cases

@bart6114
Copy link
Author

bart6114 commented Mar 6, 2019

A bit like Kafka topics indeed. Here is an example implementation: https://godoc.org/github.com/cskr/pubsub.

I.e. your processor would be able to subscribe to messages that are relevant to it.

@didil
Copy link
Owner

didil commented Mar 22, 2019

Thanks for the link and sorry about the late reply. The current backing queue design is actually very simple and would not support something like that ... but open to PRs if somebody finds a way to make it fit

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

2 participants