Skip to content

Commit 387c68e

Browse files
committed
docs(gax-grpc): add warning about high resize delta values in javadoc
1 parent 697c336 commit 387c68e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/ChannelPoolSettings.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ public abstract class ChannelPoolSettings {
106106
* #getMaxChannelCount()}.
107107
*
108108
* <p><b>Note:</b> This value cannot exceed {@value #MAX_ALLOWED_RESIZE_DELTA}.
109+
*
110+
* <p><b>Warning:</b> Higher values for resize delta may still result in performance degradation
111+
* during spikes due to rapid scaling.
109112
*/
110113
public abstract int getMaxResizeDelta();
111114

0 commit comments

Comments
 (0)