rsocket-kotlin
rsocket-kotlin copied to clipboard
RSocket Protocol v2
RSocket protocol v2 has small changes which are incompatible with v1:
- https://github.com/rsocket/rsocket/pull/312
- https://github.com/rsocket/rsocket/pull/311
Investigate what is needed to support those and how to support both v1 and v2:
- Expose protocol version
- Support selection of V1/V2 on client during connect
- Support conditional select of V1/V2 on server based on setup frame (?) or during accept
Related issues with old API design for those features:
- https://github.com/rsocket/rsocket-kotlin/issues/86
- https://github.com/rsocket/rsocket-kotlin/issues/87