Class RandomPollStrategy

java.lang.Object
com.linkedin.venice.unit.kafka.consumer.poll.AbstractPollStrategy
com.linkedin.venice.unit.kafka.consumer.poll.RandomPollStrategy
All Implemented Interfaces:
PollStrategy

public class RandomPollStrategy extends AbstractPollStrategy
A simple PollStrategy which delivers messages from any partition, while respecting the ordering guarantee of individual partitions. The resulting consumption order is non-deterministic.