Skip to content

DuplexConnection #7

@benjchristensen

Description

@benjchristensen

I have modeled this after our learning from RxNetty, particularly the Publisher<Void> write(Publisher<Message> m) API which supports backpressure as we hook into async IO, such as Netty and Aeron.

  1. @NiteshKant can you please confirm this is all done correctly as per your learnings with RxNetty?
  2. What should we call this thing?

https://github.com/ReactiveSocket/reactivesocket-java/blob/e38b757ca02e597712139dfb9d01ba5dc7079c40/src/main/java/io/reactivesocket/DuplexConnection.java#L24

Connection? SocketConnection? ReactiveSocketConnection? Leave it as DuplexConnection?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions