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

Vertx 3.4.0 and Rx #23

Open
a-marcel opened this issue Mar 12, 2017 · 2 comments
Open

Vertx 3.4.0 and Rx #23

a-marcel opened this issue Mar 12, 2017 · 2 comments
Labels

Comments

@a-marcel
Copy link

Hello,

the class BaseMicroserviceRxVerticle.java is not compatible anymore with Vertx 3.4.0.

discovery.publishObservable
discovery.unpublishObservable

are renamed to publish/unpublish with and callback handler.

M

@sczyh30
Copy link
Owner

sczyh30 commented Mar 13, 2017

Hi,

The aaaObservable methods are renamed to rxAaa in Vert.x 3.4.0. For example, publishObservable -> rxPublish.

I've been working on 3.4.x version for blueprint and you can check for API update in this branch. There will be some redesign and big change of the architecture, so it may take some time to release the blueprint for 3.4.x version.

@sczyh30
Copy link
Owner

sczyh30 commented Mar 13, 2017

And any suggestions about the architecture design is welcome! (I'd been very busy this month and may reply very later...)

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

No branches or pull requests

2 participants