Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Replace Reactive Streams to RxJava #35

Open
stachu540 opened this issue Mar 1, 2019 · 0 comments
Open

Replace Reactive Streams to RxJava #35

stachu540 opened this issue Mar 1, 2019 · 0 comments
Assignees
Labels
feature: chat New feature or request feature: core New feature or request feature: helix New feature or request feature: kraken New feature or request feature: pub-sub New feature or request
Milestone

Comments

@stachu540
Copy link
Collaborator

Description

Project Reactor is a way simpler but if this lib wants supporting #19 we need change of Reactive Streams at first and adding #34 support. Probably will after effecting chat and pubsub modules. We won't planning request to supporting WebSocket feature for #19 mentioned on this issue.

Steps to Reproduce

  1. Replace Mono responses to Single
  2. Replace Flux responses to Flowable
  3. Replace FluxProcessor to Observable and using them for processing events
  4. Shaping into Android Compatibility #19
  5. Prepare to Enhanced Kotlin Support #34

Expected behavior:
All Reactive Streams solutions are be replaced and documented with explanation how it is works.
Actual behavior:
All Reactive Streams are be simplified by Project Reactor
Stacktrace (if applicable):
Reactive Streams prevents to throw exceptions soo with them we can control responses.
Version affected:
0.7.+

Additional Information

Starting March 11 we will abounding Project Reactor and using RxJava 2 with RxAndroid supports. Soo expect this day to test it. 5.0+ is Required!!! because square/okhttp#4481

@stachu540 stachu540 added feature: core New feature or request feature: chat New feature or request feature: helix New feature or request feature: kraken New feature or request feature: pub-sub New feature or request labels Mar 1, 2019
@stachu540 stachu540 added this to To do in v1.0.0 via automation Mar 1, 2019
@stachu540 stachu540 self-assigned this Mar 1, 2019
@stachu540 stachu540 added this to the v1.0.0 milestone Mar 1, 2019
@stachu540 stachu540 mentioned this issue Jun 20, 2019
10 tasks
@stachu540 stachu540 modified the milestones: v1.0.0, v0.7.0 Jul 9, 2019
@stachu540 stachu540 removed this from To do in v1.0.0 Jul 9, 2020
@stachu540 stachu540 modified the milestones: v0.7.0, v1.x Jul 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature: chat New feature or request feature: core New feature or request feature: helix New feature or request feature: kraken New feature or request feature: pub-sub New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant