-
The `SSLContextGrpcAuthenticationReader` reads the last certificate from the peer certificates array, however I believe the intent was probably to retrieve the peer certificate, not an intermediate ce…
jazdw updated
8 months ago
-
**The context**
Run the local example as described on https://github.com/yidongnan/grpc-spring-boot-starter/tree/master/examples#local-mode
**The bug**
Both services start, but upon calling t…
-
**The bug**
The GrpcAdviceAutoConfiguration class initialises the global exception handler with higher precedence than the GrpcServerMicrometerTraceAutoConfiguration class, causing the GrpcExceptio…
hnvas updated
5 months ago
-
**SocketUtils** class has been removed from Spring 6 (https://github.com/spring-projects/spring-framework/issues/28054) which is still used in net.devh.boot.grpc.server.config.**GrpcServerProperties**…
-
**The context**
We want to have one `@GrpcAdvice` for one grpc endpoint.
**The question**
Is it possible to have one `@GrpcAdvice` for one class that extends a grpc service `public class GrpcBonu…
-
**Describe the bug**
spring boot 3 服务关闭时, 注册中心反注册时报错.
**To Reproduce**
Steps to reproduce the behavior.
**Expected behavior**
A clear and concise description of what you expected to happen.
…
-
**The context**
What do you wish to achieve?
use `reflection API` debug grpc-server
**The bug**
I checked `grpc.server.reflection-service-enabled`config is`true` also `@Bean @GrpcService …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Proposal
At the moment, the gRPC extension is tied to the `Jetty11HttpServer` in the `buildHttpServer` method.
```java
@Override
public HttpServer buildHttpServer(
Options optio…
-
Hi, i just add your library to my project, but having the below issue. Please help.
My project:
spring-boot-starter-parent -> 3.0.6
grpc-server-spring-boot-starter -> 3.0.0.RELEASE
and my proj…