rsocket-kotlin icon indicating copy to clipboard operation
rsocket-kotlin copied to clipboard

RSocket Protocol v2

Open whyoleg opened this issue 8 months ago • 0 comments

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

whyoleg avatar Mar 11 '25 21:03 whyoleg