How to send gRPC server message to specific client?
it is able to send gRPC message to specific connected client? For example, if I have some logging information about some projects on my server side. Several clients connected to my server via gRPC and working with specific project with some ID. How to send logging messages only to that client, who working with specific project and other clients should’n see such messages?
gRPC dependency conflict after upgrading to Spring Boot 3
We had to upgrade our Spring version of 2.X.X alongside with other dependencies in our pom.xml
in order to handle and fix multiple vulnerabilities that started to gathered.