sczyh30 / vertx-blueprint-microservice

Vert.x Blueprint Project - Micro-Shop microservice application
Apache License 2.0
772 stars 301 forks source link

Vertx 3.4.0 and Rx #23

Open a-marcel opened 7 years ago

a-marcel commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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