Package io.quarkus.grpc.runtime.config
Interface GrpcClientBuildTimeConfig
@ConfigMapping(prefix="quarkus.grpc-client")
@ConfigRoot(phase=BUILD_TIME)
public interface GrpcClientBuildTimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIf set to true, and a Stork load balancer is used, connections with all available service instances will be requested proactively.
-
Method Details
-
storkProactiveConnections
@WithDefault("true") boolean storkProactiveConnections()If set to true, and a Stork load balancer is used, connections with all available service instances will be requested proactively. This means better load balancing at the cost of having multiple active connections.
-