You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched issues to ensure it has not already been reported
Description
Hello,
I'm trying to deal with the rebalancing of a consumer group when a new consumer joins the group using PartitionsAssignedHandler and PartitionsRevokedHandler, but when trying to call the Pause or Resume method in the handler, an error (TopicPartitionException ) is thrown.
at Confluent.Kafka.Impl.SafeKafkaHandle.Pause(IEnumerable`1 partitions)
at Confluent.Kafka.Consumer`2.Pause(IEnumerable`1 partitions)
at KafkaFlow.Consumers.ConsumerFlowManager.Pause(IReadOnlyCollection`1 topicPartitions)
at KafkaFlow.Consumers.MessageConsumer.Pause(IReadOnlyCollection`1 topicPartitions)
KafkaFlow version
v3.0.10
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
Hello,
I'm trying to deal with the rebalancing of a consumer group when a new consumer joins the group using PartitionsAssignedHandler and PartitionsRevokedHandler, but when trying to call the Pause or Resume method in the handler, an error (TopicPartitionException ) is thrown.
Steps to reproduce
Expected behavior
No errors. Consumer is paused.
Actual behavior
TopicPartitionException
occurred:Kafka Error Code: Local_Partial (-158):
Message: `An error occurred for topic partitions: [product-events [[0]], product-events [[1]], product-events [[2]], product-events [[3]], product-events [[4]]].
StackTrace:
KafkaFlow version
v3.0.10
The text was updated successfully, but these errors were encountered: