Skip to main content
Version: 3.x

IMessageConsumer.Resume method

Resume consumption for the provided list of partitions.

public void Resume(IReadOnlyCollection<TopicPartition> partitions)
parameterdescription
partitionsThe partitions to resume consumption of.

Exceptions

exceptioncondition
KafkaExceptionThrown if the request failed.
TopicPartitionExceptionPer partition success or error.

See Also