chickenlj commented on code in PR #2449: URL: https://github.com/apache/dubbo-go/pull/2449#discussion_r1360629363
########## client/options.go: ########## @@ -414,12 +414,14 @@ func newDefaultCallOptions() *CallOptions { } } +// WithCallRequestTimeout the maximum waiting time for one specific call, only works for 'tri' and 'dubbo' protocol func WithCallRequestTimeout(timeout string) CallOption { Review Comment: > 1. Should we modify **WithCallRequestTimeout** to **WithCall_RequestTimeout** because there are **WithServer_XXX** options in server module? Or just modify **WithServer_XXX** to **WithServerXXX** for unification? I think 'just modify **WithServer_XXX** to **WithServerXXX** for unification' is better, to keep consistent with the `dubbo` package. -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org