Closed
Description
What is the purpose of Processor
being in the API?
Based on my reading of the code and understanding of the intents of this API, I suggest removing the Processor
class: https://github.com/reactive-streams/reactive-streams/blob/master/spi/src/main/java/org/reactivestreams/api/Processor.java
It does not seem relevant to the purpose of this project. Libraries such as Akka, RxJava, Reactor, Finagle etc can and will layer logic on top of the streams of data and integrate via the Subscriber
class to receive and transform data.
Metadata
Metadata
Assignees
Labels
No labels