Package io.quarkus.grpc.runtime.config
Class GrpcClientBuildTimeConfig
- java.lang.Object
-
- io.quarkus.grpc.runtime.config.GrpcClientBuildTimeConfig
-
@ConfigRoot(phase=BUILD_TIME) public class GrpcClientBuildTimeConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanstorkProactiveConnectionsIf set to true, and a Stork load balancer is used, connections with all available service instances will be requested proactively.
-
Constructor Summary
Constructors Constructor Description GrpcClientBuildTimeConfig()
-
-
-
Field Detail
-
storkProactiveConnections
@ConfigItem(defaultValue="true") public 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.
-
-