mayankshriv opened a new pull request, #13546: URL: https://github.com/apache/pinot/pull/13546
Added configs to specify keepAlive and shutdownTimeout for `GrpcQueryClient`. - Added `channelShutdownTimeoutSecond` config for `GrpcQueryClient` with default of 10s. - Added configs for keep-alive: - `channelKeepAliveEnabled` to enable/disable the feature, default false. - `channelKeepAliveTimeiMinutes` to configures the interval for sending keep-alive pings, default 5 minutes. - `channelKeepAliveTimeoutMinutes` configures the timeout for waiting for a ping acknowledgment, default 5 minutes. - `channelKeepAliveWithoutCalls` ensures pings are sent even when there are no active calls, keeping the connection alive during idle period, default true. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org