grpc-spring-boot-starter icon indicating copy to clipboard operation
grpc-spring-boot-starter copied to clipboard

Add dbility to specify default deadline

Open TheHett opened this issue 2 years ago • 0 comments

Hi, I thouth it would be nice to add ability to specify default deadline into client configuration, like this:

grpc:
  client:
    geo-ip:
      address: ${GEOIP_GRPC_ADDR}
      default-deadline-ms: 5000

your opinion?

TheHett avatar Mar 02 '22 05:03 TheHett