aol/cyclops

Deprecate no Backpressure Streams

johnmcclean opened this issue · 1 comments

The ReactiveSeq API makes sense both for reactive-streams and iterative Streams but not RxJava-style Observables.

e.g. the code below implies 5 entries will be printed out, but for Observable style streams all entries in the Stream will be printed

rs.forEach(5,System.out::println);

Deprecate in 10, remove in 11.

Deprecate creational methods in Spouts.

Released in 10.3.0