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

Allow package to be built without zookeeper #2

Open
begriffs opened this issue Oct 15, 2014 · 3 comments
Open

Allow package to be built without zookeeper #2

begriffs opened this issue Oct 15, 2014 · 3 comments

Comments

@begriffs
Copy link

I am using sqlite but was forced to install zookeeper on my system in order to build the jobqueue package. Is there a way to encapsulate this dependency the way HDBC does with its various adapters?

@ikehara
Copy link
Collaborator

ikehara commented Oct 21, 2014

I also want that to support various backends but it needs package and API refactoring. The current API allows backend instantiation based on the scheme part of URI-like string but I'm afraid that it is difficult to realize this without depending on DB libraries. I think some API change will be needed. Anyway, I will check what other libraries do for this.

@cdepillabout
Copy link
Contributor

I am +1 on this. I am in the same boat as @begriffs. I was forced to install zookeeper even though I'm only using sqlite.

@junjihashimoto
Copy link
Member

I am +1, too.
We do not use sqlite for our product.
Currently, update-plan is nothing.
Pull request is very wellcome.

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

4 participants