rsocket Questions
3
I have a question about Springs RSocketRequester. I have a rsocket server and client. Client connects to this server and requests @MessageMapping endpoint. It works as expected.
But what if I rest...
Outrigger asked 13/11, 2019 at 0:38
3
Solved
I'm trying to get the remote IP of the browser that connects to a RSocket+SpringBoot webserver. Connection is RSocket over WebSocket.
The webserver is Java-8, SpringBoot-2, using RSocket over Web...
Perceptible asked 5/5, 2020 at 2:41
3
I have recently come across a term 'Reactive sockets'. Up until this point, I used to think websockets are the way to go for full fledged asynchronous style.
So what are reactive sockets.
This li...
0
I've done a whole API backend with RSocket, and I wonder how can I document my RSocket API ? Are there tools as OpenAPI for HTTP?
2
Solved
I have read the related question in stackoverflow. However, the answer only tell how to config about auth check. I need to encrpt all transferred data with rsocket in spring boot. How can I use tls...
Ldopa asked 15/6, 2020 at 14:51
1
Can someone tell me or give a ready-made CRUD example using WebFlux, RScoket and Spring (or SpringBoot)?
I studied the RSocket documentation, WebFlux, also wrote my simple examples, but I would li...
Fairfield asked 25/2, 2020 at 15:41
2
Solved
We all agree that the usual request-response way of communicating microservices via HTTP calls leads to coupling between them. That took us to the event-driven approach in which services publish ev...
Gereron asked 15/12, 2019 at 23:31
1
Solved
Let's suppose I have a Kubernetes cluster where I deploy Spring Boot applications that communicate using RSocket. In order to call each other they would use the Kubernetes service name, so we would...
Bazar asked 1/12, 2019 at 13:32
1
Solved
RSocket seems to be a nice alternative to HTTP/S for microservice to microservice communication. Fortunately Spring Boot already has a smooth integration that eases the configuration of it.
Howeve...
Malia asked 27/9, 2019 at 8:26
2
Solved
I wrote a little demo for RSocket message
The problem is that I am unable to access the Rsocket endpoint,
I get the following exception from the server:
The Client-side:
configuration:
@Bean
RS...
Cardona asked 9/8, 2019 at 8:52
2
Solved
TLDR: What is required to configure a Spring Boot application that exposes an RSocket interface that supports the WebSocket transport?
I'm learning about RSocket and Spring Boot at the same time...
Zapata asked 9/9, 2019 at 2:13
1
Solved
There are 4 interaction models provided in RSocket.
fire and forget
request and response
request stream
request channel
(metadata push)
Spring(and Spring Boot) provides RSocket integration, it ...
Dygal asked 16/8, 2019 at 4:17
3
Solved
in my project I want to have multiple clients connecting to a service. I am using the java Rsocket implementation.
The service should maintain a state for each client. Now at this point I either ...
Highkeyed asked 3/5, 2019 at 11:15
1
© 2022 - 2024 — McMap. All rights reserved.