Interface GrpcClientBuildTimeConfig


@ConfigMapping(prefix="quarkus.grpc-client") @ConfigRoot(phase=BUILD_TIME) public interface GrpcClientBuildTimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If 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.