Class TopicMessageFinder

java.lang.Object
com.linkedin.venice.TopicMessageFinder

public class TopicMessageFinder extends Object
This class is used to find messages for a given key from a specified topic.
  • Constructor Details

    • TopicMessageFinder

      public TopicMessageFinder()
  • Method Details

    • find

      public static long find(ControllerClient controllerClient, PubSubConsumerAdapter consumer, String topic, String keyString, long startTimestampEpochMs, long endTimestampEpochMs, long progressInterval)
    • serializeKey

      public static byte[] serializeKey(String keyString, String keySchemaStr)