sczyh30 / vertx-blueprint-microservice

Vert.x Blueprint Project - Micro-Shop microservice application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vertx 3.4.0 and Rx

a-marcel opened this issue · comments

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

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.

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