java.lang.Object
org.apache.skywalking.oap.server.library.datacarrier.consumer.BulkConsumePool
All Implemented Interfaces:
ConsumerPool, IDriver

public class BulkConsumePool extends Object implements ConsumerPool
BulkConsumePool works for consuming data from multiple channels(DataCarrier instances), with multiple MultipleChannelsConsumers.

In typical case, the number of MultipleChannelsConsumer should be less than the number of channels.