-
Hi,
I have a simple Rsocket client/server application and I am trying to pass traceId in between those services. I use spring-cloud-sleuth to generate the traceId and pass it to the next service.
…
-
Does envoy consider adding RSocket support?
-
The RSocket library now expects a ```func(error)``` in their "OnClose" function, which when compiling netifi-go produces the following result:
```
$ go get github.com/netifi/netifi-go
# github.c…
-
Following the instruction https://www.netifi.com/getstarted-kubernetes
```
$ helm repo add netifi https://download.netifi.com/helm-charts/
"netifi" has been added to your repositories
$ helm r…
-
Currently the blocking interfaces are generated when the non-blocking interfaces are generated. This is causing issues with autowiring when the blocking interfaces are not being used.
Add a paramet…
-
hi
1. what does mean payload ZERO_COPY ?
2. when server is close (dispose() invoke) the acceptor keep listen for incoming message
3. server can send request like client ?
4. handler for : c…
-
Hello everyone,
I've being evaluating RSocket for my next project where many clients will be connected to a couple of servers. RSocket seems quite nice: simple, but functional.
In my case servers…
-
While running variation of netifi-quickstart-java got the following exception in the publisher application just after stoping subscriber app (another JVM):
```
2019-09-05 01:17:50,051 WARN io.nett…
-
Modify the build process to package the gateway as a Docker container and release to DockerHub.
-
I have a simple setup between two services that I've built from provided examples. I have one service that listens for incoming connections:
```
TcpServerTransport tcp = TcpServerTranspor…