io.quarkus.grpc.runtime.config.GrpcServerNettyConfig.jdp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-grpc Show documentation
Show all versions of quarkus-grpc Show documentation
Serve and consume gRPC services
#
#Wed Sep 13 22:58:59 CEST 2023
io.quarkus.grpc.runtime.config.GrpcServerNettyConfig.keepAliveTime=Sets a custom keep-alive duration. This configures the time before sending a `keepalive` ping\nwhen there is no read activity.
io.quarkus.grpc.runtime.config.GrpcServerNettyConfig.permitKeepAliveTime=Sets a custom permit-keep-alive duration. This configures the most aggressive keep-alive time clients\nare permitted to configure.\nThe server will try to detect clients exceeding this rate and when detected will forcefully close the connection.\n\n@see \#permitKeepAliveWithoutCalls
io.quarkus.grpc.runtime.config.GrpcServerNettyConfig.permitKeepAliveWithoutCalls=Sets whether to allow clients to send keep-alive HTTP/2 PINGs even if\nthere are no outstanding RPCs on the connection.