Why DEFAULT_ONREADY_THRESHOLD is final in java-grpc?

23 Views Asked by At

Why is it marked as final here instead of letting the user configure it?

Wouldn't it be more user-friendly for the user to configure this value as needed? If my individual messages are large, I wouldn't want the onReady()=false scenario to occur frequently, or if my messages are small, I might want this onReady=false scenario to be signaled to me in the early stages of accumulation.

0

There are 0 best solutions below