spring-cloud-rsocket
spring-cloud-rsocket copied to clipboard
Meta issue
A place to make a list of things that need to be done before a full GA release.
- [X] ~~Note that as of Hoxton.RELEASE these modules will be a tech preview~~ Move to incubator until the RSocket routing/forwarding protocol extension and corresponding rsocket-java implementation is done.
- [X] Custom client
RSocketRequesterthat auto adds metadata ae9a6d3e9f4cdbd4cb7897dd11112a1e5a025575 - [X] Auto client subscribe to auto-configured
RSocketRequestere8fd2ca5f1ae6815581e275cc5fab440768f10d7 - [ ] Migrate to reactive Spring Cloud Loadbalancer
- [ ] Deregistrations on disconnect.
- [ ] client and broker retry on disconnect (try different node after failure)
- [ ] ByteBuf leak stoppage
- [ ] Dynamic cluster join (connect to seed node, then let it tell you about the rest)
- [ ] Auto connect to new cluster nodes
- [ ] Broker documentation
- [ ] Client documentation
- [ ] Config Props documentation
- [ ] More component unit tests (including each rsocket interacion type)
- [ ] More integration tests (including each rsocket interacion type)
- [ ] Migrate to extension impl in rsocket-java
- [ ] Timeout option on PendingRSocket
- [ ] Comments with quotes from routing/forwarding extension