Package io.quarkus.grpc.runtime.config
Class GrpcClientBuildTimeConfig
java.lang.Object
io.quarkus.grpc.runtime.config.GrpcClientBuildTimeConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIf set to true, and a Stork load balancer is used, connections with all available service instances will be requested proactively. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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.
-
-
Constructor Details
-
GrpcClientBuildTimeConfig
public GrpcClientBuildTimeConfig()
-