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

Vert.x Service Proxy support JSON-RPC 2.0 transportation data format #81

Open
leotu opened this issue Oct 3, 2018 · 4 comments
Open

Comments

@leotu
Copy link

leotu commented Oct 3, 2018

JSON-RPC 2.0

and

Vert.x Service Proxy

They are very similar. Next version( 4.0?) codegen generator support alternative internal format?

@pmlopes
Copy link
Member

pmlopes commented Oct 3, 2018

@leotu a while ago I've prototyped JSON-RPC handler for vert.x https://github.com/pmlopes/vertx-ethereum/tree/master/src/main/java/xyz/jetdrone/vertx/jsonrpc as a PoC for Ethereum. Perhaps if you're interested I can publish just the JSON RPC to maven and you can write your service proxy generator delegating to it.

@leotu
Copy link
Author

leotu commented Oct 3, 2018

@pmlopes That's great!

This issue we face is Eventbus-Bridge and Vertx-service-proxy own their property formats,
suggest support alternative data structure ?

  1. Vert.x Service Proxy reusing Eventbus-Bridge format ?
    or
  2. Eventbus-Bridge and Vert.x Service Proxy both support JSON-RPC ?

@pmlopes
Copy link
Member

pmlopes commented Oct 4, 2018

Changing format would be a breaking change and would require a good reason a discussion with the community on the google group channel.

@vietj
Copy link
Contributor

vietj commented Oct 8, 2018

sure thing, @leotu can you launch the $subject on the vertx-dev group ?

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

No branches or pull requests

3 participants