Redis – The problems with binding RSocket and gRPC in spring boot
everyone! I got some idea to use gRPC protobuff code generation implementation as a data layer API to use it instead of POJO in RSocket protocol. Here is the implementation: syntax = "proto3"; import "google/protobuf/wrappers.proto"; option java_package = "me.some.protoapi"; option…