spring-cloud-rsocket
spring-cloud-rsocket copied to clipboard
This repository is now inactive. Please see https://github.com/rsocket-routing/
Hi, I'm using _rsocket-websocket-client_ to connect to the gateway. However, I always get this particular exception since I do not set a routeId in my client. `java.lang.NullPointerException: null at java.base/java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936)...
I am using Spring Boot: 2.2.3.RELEASE Rsocket springboot server throws an exception for routing metadata which is part of composite metadata ``` java.lang.IndexOutOfBoundsException: readerIndex(1) + length(105) exceeds writerIndex(23): UnpooledSlicedByteBuf(ridx: 1,...
**I am using ...** Spring Boot: 2.2.0-BUILD-SNAPSHOT Spring Cloud: Hoxton.BUILD-SNAPSHOT Spring Cloud RSocket: 0.2.0.BUILD-SNAPSHOT Sample project: [here](https://github.com/spencergibb/spring-cloud-gateway-rsocket-sample) **Step to reproduce:** - start gateway1 - start gateway2 with broker set to...
I am using ... **Spring Boot:** 2.2.0.RELEASE **Spring Cloud:** Hoxton.BUILD-SNAPSHOT **Spring Cloud RSocket:** 0.2.0.BUILD-SNAPSHOT **Sample project:** [here](https://github.com/FWinkler79/SpringCloudPlatform/tree/Issue-RSocket-Gateway-TagBased-Forwarding) In my setup `reservation-service-client` communicates with `reservation-service` via RSocket and the `service-gateway`. `reservation-service`...
@FWinkler79 said in https://github.com/spring-cloud/spring-cloud-gateway/issues/1355 : I just saw issue #6, so I apologize if this is simply not yet implemented. I saw @spencergibb's nice presentation on SCG and RSocket and...
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...
I am using ... **Spring Boot:** 2.2.0.RELEASE **Spring Cloud:** Hoxton.BUILD-SNAPSHOT **Sample project:** [here](https://github.com/FWinkler79/SpringCloudPlatform/tree/Issue-Spring-Cloud-RSocket-RouteNamesWithDots) **"Fixed" project:** [here](https://github.com/FWinkler79/SpringCloudPlatform/tree/Issue-Spring-Cloud-RSocket-RouteNamesWithDots-WORKING) I tried to follow the presentation and declarative routing information as shown [here](https://youtu.be/PfbycN_eqhg?t=2409) at...
I'm interested in the routing table implementation - specifically to know how many routes would be typical in a spring cloud gateway deployment? If it's less than 100k, `RoaringBitmap` might...