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

gRPC Integration #7

Merged
merged 12 commits into from
Oct 2, 2016
Merged

gRPC Integration #7

merged 12 commits into from
Oct 2, 2016

Conversation

ashwanthkumar
Copy link
Owner

@ashwanthkumar ashwanthkumar commented Oct 1, 2016

Part of the work for #4

@brewkode Please do have a look at this when you've time. I've implemented Get and Put service methods on the server end (client is a WIP). We need to integrate HandleOrForward wrapper on top of these methods to transparently forward based on the partition info.

TODOs

  • Client interface for Suuchi (supports get and put operations)
  • Provide InMemoryStore implementation for the Store abstraction (tracked as part of Implement in-memory store #5

Notes

  • I tried using storehaus for Store abstraction but the fact that it uses twitter's Future put me off. May be if we need to hatch onto the existing community, the whole part is pluggable but our implementations are not Async - that's something we might want to think about early in the design.

@brewkode brewkode merged commit 797937e into master Oct 2, 2016
@brewkode brewkode deleted the grpc-integration branch October 2, 2016 04:21
@ashwanthkumar ashwanthkumar modified the milestone: 0.1 Oct 4, 2016
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.

2 participants