Class BackpressureConstants
java.lang.Object
io.camunda.zeebe.logstreams.impl.backpressure.BackpressureConstants
This class should be later be located in the broker configs - due to the primitive usage
currently we are not able to access the BrokerCfg, this is the reason why the configuration is
only based on environment variables.
The constants should then be copied to EnvironmentConstants class.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENV_BP_APPENDER
- See Also:
-
ENV_BP_APPENDER_WINDOWED
- See Also:
-
ENV_BP_APPENDER_ALGORITHM
- See Also:
-
ENV_BP_APPENDER_VEGAS_INIT_LIMIT
- See Also:
-
ENV_BP_APPENDER_VEGAS_MAX_CONCURRENCY
- See Also:
-
ENV_BP_APPENDER_VEGAS_ALPHA_LIMIT
- See Also:
-
ENV_BP_APPENDER_VEGAS_BETA_LIMIT
- See Also:
-
ENV_BP_APPENDER_GRADIENT2_INIT_LIMIT
- See Also:
-
ENV_BP_APPENDER_GRADIENT2_MAX_CONCURRENCY
- See Also:
-
ENV_BP_APPENDER_GRADIENT2_QUEUE_SIZE
- See Also:
-
ENV_BP_APPENDER_GRADIENT2_MIN_LIMIT
- See Also:
-
ENV_BP_APPENDER_GRADIENT2_LONG_WINDOW
- See Also:
-
ENV_BP_APPENDER_GRADIENT2_RTT_TOLERANCE
- See Also:
-
-
Constructor Details
-
BackpressureConstants
public BackpressureConstants()
-