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

Get rid of scalapb #7

Open
fit51 opened this issue Oct 24, 2019 · 0 comments
Open

Get rid of scalapb #7

fit51 opened this issue Oct 24, 2019 · 0 comments

Comments

@fit51
Copy link
Owner

fit51 commented Oct 24, 2019

We don't really need to generate etcd protoc sources.

We could use io.etcd.jetcd v 0.0.3 with it's builders and KV client. (v0.0.1 was not suitable for us in the past)
Watch implementation however is quite primitive there, so we will stay on our own implementation.

Moving to io.etcd.jetcd would force us to use java CompletableFuture instead of scala Future.
This may add cancellation functionality (check needed).

I suppose it's a good idea to create a proper client in separate project monix-etcd.

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

No branches or pull requests

1 participant