Table of Contents

Interface IConsumerRebalanceListener

Namespace
Org.Apache.Kafka.Clients.Consumer
Assembly
MASES.KNet.dll

Listener for Kafka ConsumerRebalanceListener. Extends IJVMBridgeBase

public interface IConsumerRebalanceListener : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members

Methods

OnPartitionsAssigned(Collection<TopicPartition>)

Executes the Callback action in the CLR

void OnPartitionsAssigned(Collection<TopicPartition> partitions)

Parameters

partitions Collection<TopicPartition>

The Collection<E> object

OnPartitionsRevoked(Collection<TopicPartition>)

Executes the Callback action in the CLR

void OnPartitionsRevoked(Collection<TopicPartition> partitions)

Parameters

partitions Collection<TopicPartition>

The Collection<E> object