Skip to content

Commit

Permalink
Do not pause standby partitions after recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
vmirz committed Dec 14, 2023
1 parent 4f73de8 commit d60388a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions faust/tables/recovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,6 @@ async def _restart_recovery(self) -> None:
self.log.info('Done reading from changelog topics')
if active_tps:
T(consumer.pause_partitions)(active_tps)
if standby_tps:
T(consumer.pause_partitions)(standby_tps)
else:
self.log.info('Resuming flow...')
T(consumer.resume_flow)()
Expand Down

0 comments on commit d60388a

Please sign in to comment.