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

Kestrel #88

Closed
wants to merge 9 commits into from
Closed

Kestrel #88

wants to merge 9 commits into from

Conversation

jnunemaker
Copy link
Collaborator

Adds kestrel backend.

@jnunemaker
Copy link
Collaborator Author

/cc @grantr

s.files = `git ls-files -- lib | grep sqs`.split("\n")
s.require_paths = ["lib"]

s.add_dependency 'thrift_client', '~> 0.8.0'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to update this to '~> 0.9.0' to avoid twitter/thrift_client#49

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was some downside to 0.9+, but I cannot remember what it was. I updated to 0.9.2 locally and it worked, though I did have to add rack and thin to gemspec, oddly enough.

@bkeepers
Copy link
Owner

Nice!

Is there not a kestrel gem? Seems like qu shouldn't have to have all that thrift stuff vendored.

@jnunemaker
Copy link
Collaborator Author

There is not one that uses the thrift interface, which we use for github analytics and I trust relatively well. I can definitely move that part out to a gem and test it separately.

Had to add thin, which is stupid. Need to see about removing that as a
dependency by fixing requires. I think it is only used in the thrift
server, not the client stuff.
@jnunemaker jnunemaker mentioned this pull request Jun 21, 2014
10 tasks
@jnunemaker jnunemaker self-assigned this Sep 29, 2014
@jnunemaker
Copy link
Collaborator Author

Closing this. I have an unfinished kestrel client based on thrift here: https://github.com/jnunemaker/prey. If/when I finish that, I'll re-open this.

@jnunemaker jnunemaker closed this Jul 20, 2015
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

Successfully merging this pull request may close these issues.

3 participants