Class KafkaConsumerServiceDelegator.ConsumerPoolStrategy
- java.lang.Object
-
- com.linkedin.davinci.kafka.consumer.KafkaConsumerServiceDelegator.ConsumerPoolStrategy
-
- Direct Known Subclasses:
KafkaConsumerServiceDelegator.CurrentVersionConsumerPoolStrategy
,KafkaConsumerServiceDelegator.DefaultConsumerPoolStrategy
- Enclosing class:
- KafkaConsumerServiceDelegator
public abstract class KafkaConsumerServiceDelegator.ConsumerPoolStrategy extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<KafkaConsumerService>
consumerServices
-
Constructor Summary
Constructors Constructor Description ConsumerPoolStrategy()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract KafkaConsumerService
delegateKafkaConsumerServiceFor(PartitionReplicaIngestionContext topicPartitionReplicaRole)
protected java.util.List<KafkaConsumerService>
getConsumerServices()
-
-
-
Field Detail
-
consumerServices
protected final java.util.List<KafkaConsumerService> consumerServices
-
-
Method Detail
-
delegateKafkaConsumerServiceFor
protected abstract KafkaConsumerService delegateKafkaConsumerServiceFor(PartitionReplicaIngestionContext topicPartitionReplicaRole)
-
getConsumerServices
protected java.util.List<KafkaConsumerService> getConsumerServices()
-
-