-
## Issue Description
### Background
I have developed a server-side application and an SDK using gRPC. The SDK is provided to our clients for integration.
### Environment
Spring Boot: 2.1.6
gRPC…
-
## Expected Behavior
Users should be able to use native compilation (with GraalVM) for applications using the Dapr Java Spring Boot integration.
## Actual Behavior
The netty-shaded library…
-
**The context**
What do you wish to achieve?
**The question**
Our applications are all on k8s, and communication between services uses k8s service or headless service. However, when we use th…
-
See logs reported by user:
```
This process is enhanced by Digma!
/Users/admin/Library/Java/JavaVirtualMachines/openjdk-23/Contents/Home/bin/java -XX:TieredStopAtLevel=1 -Dspring.output.ansi.enabled=a…
-
The following exception occurred during application running:
When the grpc library was updated
GeneratedMessageV3 has been deprecated. [link](https://github.com/protocolbuffers/protobuf/releases/tag…
-
# Create openssl certificate for localhost
//Generate CA's private key
openssl genrsa -des3 -out ca.key.pem 2048
//create CA's self-signed certificate
openssl req -x509 -new -nodes -key ca.ke…
-
I have Spring boot app v.3.2.1 and GRPC server and client in one app.
Initially, when I wrote the service, I only had a GRPC client. Everything worked well until the moment when I added a GRPC serv…
-
io.grpc 1.66.0 added support for server reflection v1, see https://github.com/grpc/grpc-java/issues/6724.
io.grpc now comes with
* [ProtoReflectionServiceV1](https://github.com/grpc/grpc-java/blob/m…
-
**The context**
Added a custom MeterRegistryCustomizer to add a default tag (micrometer provided) to all the metrics.
**The bug**
What's the problem? What's not working? What do you expect t…
-
**The context**
Spring Framework's BeanPostProcessorChecker has started to complain loudly
(logs at WARN level) about the BeanPostProcessors in this repo.
Creating a Spring Boot application that …