Skip to content

Replaced Otto event bus library with RxJava event bus#941

Open
Akash-Ramjyothi wants to merge 1 commit intoenviroCar:gsoc2022from
Akash-Ramjyothi:rxjava_eventbus
Open

Replaced Otto event bus library with RxJava event bus#941
Akash-Ramjyothi wants to merge 1 commit intoenviroCar:gsoc2022from
Akash-Ramjyothi:rxjava_eventbus

Conversation

@Akash-Ramjyothi
Copy link
Copy Markdown
Contributor

Fixes: #827.

Description:

  • Replaced the deprecated Otto event bus library with RxJava event bus.
  • Best option for getting asynchronous data requests from APIs.
  • It simplifies the communication between components and avoids decouples event senders and receivers.

@Akash-Ramjyothi
Copy link
Copy Markdown
Contributor Author

@asaikarthikeya please see my PR.

@SebaDro
Copy link
Copy Markdown
Contributor

SebaDro commented Sep 22, 2022

The introduced RxBus lib does not seem to be well maintained. What's the benefit of this lib over the Otto event bus library? If we depend on a library that won't be maintained well and maybe deprecated in the future, we do not win anything. What about other libs, such as greenrobot/EventBus?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants