File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -242,11 +242,11 @@ private void EnsureConsumer()
242
242
. SetPartitionsRevokedHandler (
243
243
( consumer , partitions ) =>
244
244
{
245
+ _partitionsRevokedHandlers . ForEach ( handler => handler ( _dependencyResolver , consumer , partitions ) ) ;
245
246
this . Assignment = new List < TopicPartition > ( ) ;
246
247
this . Subscription = new List < string > ( ) ;
247
248
_currentPartitionsOffsets . Clear ( ) ;
248
249
_flowManager . Stop ( ) ;
249
- _partitionsRevokedHandlers . ForEach ( handler => handler ( _dependencyResolver , consumer , partitions ) ) ;
250
250
} )
251
251
. SetErrorHandler ( ( consumer , error ) => _errorsHandlers . ForEach ( x => x ( consumer , error ) ) )
252
252
. SetStatisticsHandler ( ( consumer , statistics ) => _statisticsHandlers . ForEach ( x => x ( consumer , statistics ) ) ) ;
You can’t perform that action at this time.
0 commit comments