Class PubSubConstantsOverrider

java.lang.Object
com.linkedin.venice.pubsub.PubSubConstantsOverrider

public class PubSubConstantsOverrider extends Object
The purpose of this class is only to make the package private test-only functions of PubSubConstants available to all packages within tests. DO NOT move this class outside the test module, as we do not want to make the test-only functions more widely available.
  • Constructor Details

    • PubSubConstantsOverrider

      public PubSubConstantsOverrider()
  • Method Details

    • setPubsubOffsetApiTimeoutDurationDefaultValue

      public static void setPubsubOffsetApiTimeoutDurationDefaultValue(Duration duration)
    • resetPubsubOffsetApiTimeoutDurationDefaultValue

      public static void resetPubsubOffsetApiTimeoutDurationDefaultValue()