Uses of Class
io.confluent.parallelconsumer.ParallelConsumerOptions
| Package | Description |
|---|---|
| io.confluent.parallelconsumer |
-
Uses of ParallelConsumerOptions in io.confluent.parallelconsumer
Methods in io.confluent.parallelconsumer that return ParallelConsumerOptions Modifier and Type Method Description ParallelConsumerOptions<K,V>ParallelConsumerOptions.ParallelConsumerOptionsBuilder. build()ParallelConsumerOptionsWorkManager. getOptions()Methods in io.confluent.parallelconsumer with parameters of type ParallelConsumerOptions Modifier and Type Method Description static <KK, VV> ParallelStreamProcessor<KK,VV>ParallelStreamProcessor. createEosStreamProcessor(ParallelConsumerOptions<KK,VV> options)static <KK, VV> JStreamParallelStreamProcessor<KK,VV>JStreamParallelStreamProcessor. createJStreamEosStreamProcessor(ParallelConsumerOptions options)Constructors in io.confluent.parallelconsumer with parameters of type ParallelConsumerOptions Constructor Description BrokerPollSystem(ConsumerManager<K,V> consumerMgr, WorkManager<K,V> wm, ParallelEoSStreamProcessor<K,V> pc, ParallelConsumerOptions options)ConsumerOffsetCommitter(ConsumerManager<K,V> newConsumer, WorkManager<K,V> newWorkManager, ParallelConsumerOptions options)JStreamParallelEoSStreamProcessor(ParallelConsumerOptions parallelConsumerOptions)ParallelEoSStreamProcessor(ParallelConsumerOptions newOptions)Construct the AsyncConsumer by wrapping this passed in conusmer and producer, which can be configured any which way as per normal.ProducerManager(org.apache.kafka.clients.producer.Producer<K,V> newProducer, ConsumerManager<K,V> newConsumer, WorkManager<K,V> wm, ParallelConsumerOptions options)WorkManager(ParallelConsumerOptions options, org.apache.kafka.clients.consumer.Consumer<K,V> consumer)Use a privateDynamicLoadFactor, useful for testing.WorkManager(ParallelConsumerOptions newOptions, org.apache.kafka.clients.consumer.Consumer<K,V> consumer, DynamicLoadFactor dynamicExtraLoadFactor)