hivemq / hivemq-mqtt-client

HiveMQ MQTT Client is an MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java client library with different API flavours and backpressure support
https://hivemq.github.io/hivemq-mqtt-client/
Apache License 2.0
849 stars 158 forks source link

Support For RxJava3 #465

Closed Brabalawuka closed 3 years ago

Brabalawuka commented 3 years ago

Feature Request: Any plan to support RxJava3?

Since RxJava 2 will terminate their support in Feb 2021, do we have any plan switching to RxJava3?

https://github.com/ReactiveX/RxJava

SgtSilvio commented 3 years ago

Hi @Brabalawuka yes, we are already aware of this. Version 2 of the HiveMQ MQTT Client will use RxJava3. There already exists a develop-2 branch (https://github.com/hivemq/hivemq-mqtt-client/tree/develop-2) but it is not release-ready yet.

Blafasel3 commented 1 week ago

Any updates on this?