rsocket-rpc-java icon indicating copy to clipboard operation
rsocket-rpc-java copied to clipboard

Standard RSocket RPC Java Implementation

Results 21 rsocket-rpc-java issues
Sort by recently updated
recently updated
newest added

The classes MetadataReader and MetadataWriter allow for easy access of metadata content.

## Motivation Recently, computers with ARM CPU such as AWS Graviton, Apple M1 and Raspberry Pi are increasing. By releasing binaries to Maven that run on ARM CPUs, you can...

Hello! RSocket RPC looks very promising for me but makes me surprise this project doesn't have any release since Aug 2019. Is it abandoned?

Protobuf 3.12 has added support for [optional fields](https://github.com/protocolbuffers/protobuf/blob/master/docs/implementing_proto3_presence.md), and with version 3.15 this is no longer an experimental feature. Since the compiler plugin for `rsocket-rpc-java` depends on an older version...

Update get-started.md to latest RSocket version ### Motivation: The documentation is for the older version of RSocket. I updated the documentation to the latest 0.3.0 version. ### Modifications: I updated...

Encoding the baggage items of a span context using `DefaultMetadataEncoder.encode()` can lead to an error if the baggage items are too huge to fit in the default buffer capacity (which...

## Expected Behavior When running the `generateProto` task using the latest version of `io.rsocket.rpc:rsocket-rpc-core`/`io.rsocket.rpc:rsocket-rpc-protobuf` (0.2.19) and the latest version of `io.rsocket:rsocket-core` (1.0.1), the generated code can be compiled without any...

## Motivation Protobuf doesn't support zero-copy so it's not very efficient when you aim for low latency. ## Desired solution It would be nice to consider a zero-copy format as...

https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/

It would make it easier to support RSocket-RPC-Java plugin if it is written in a more flexible way using a templating engine like [mustache](https://github.com/spullara/mustache.java) or more convenient for codegen like...