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

RPC support #59

Open
Marthym opened this issue Nov 22, 2019 · 2 comments
Open

RPC support #59

Marthym opened this issue Nov 22, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@Marthym
Copy link

Marthym commented Nov 22, 2019

Do you plan to support RPC exchanges ?

Actually in the code

    @Override
    public CompletableFuture<Command> asyncCompletableRpc(Method method) {
        throw new UnsupportedOperationException();
    }
@ledoyen
Copy link
Contributor

ledoyen commented Nov 22, 2019

I did not know that there was a need for that 😃

I do not see any problem for implementing this, except I do not have much time to actually do it (given that it will require some refactoring in existing stubs to avoid duplicating logic).

I will be happy to review any PRs if you want to give this a try.

@ledoyen ledoyen added the enhancement New feature or request label Nov 22, 2019
@RedMu
Copy link
Contributor

RedMu commented Jul 3, 2020

I have a usecase for this, so I could pick this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants