Skip to main content
Version: 3.x

IConsumer.OnPartitionsRevoked method

Register a handler to be executed when the partitions are revoked

public void OnPartitionsRevoked(
Action<IDependencyResolver, IConsumer<byte[], byte[]>, List<TopicPartitionOffset>> handler)
parameterdescription
handlerThe handler that will be executed

See Also