Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Feb 6, 2024
1 parent fedd57f commit 113dc51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jobs/kafka/players/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
async def check_total_consumer_lag(topic: str, group_id:str = "scraper"):
consumer = AIOKafkaConsumer(
bootstrap_servers=[APPCONFIG.KAFKA_HOST],
topic=topic,
group_id=group_id
)
total_lag = 0
Expand Down

0 comments on commit 113dc51

Please sign in to comment.