vert-x3 / vertx-starter

Home of the Vert.x Starter
Apache License 2.0
49 stars 38 forks source link

Add mutiny to the Reactive category in the dependencies #188

Open wowselim opened 3 years ago

wowselim commented 3 years ago

Describe the feature

It would be nice to have mutiny alongside the already existing RxJava, Reactive Streams & Coroutine dependencies.

Use cases

Projects using mutiny

Contribution

I can look into adding this feature. From what I see, there are no external group ids in the dependencies yet so it seems to be a new feature entirely.

tsegismont commented 3 years ago

Would be great if you could contribute this, thank you @wowselim !

tsegismont commented 3 years ago

Keep in mind that Vert.x bindings for Mutiny are packaged as separate artifacts for each module, unlike Vert.x bindings for RxJava.