Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Feb 6, 2024
1 parent 113dc51 commit bdeb49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jobs/kafka/players/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ async def check_total_consumer_lag(topic: str, group_id:str = "scraper"):

# Get the list of partitions for the topic
partitions = consumer.partitions_for_topic(topic)
logger.info(f"{partitions=}")

for partition in partitions:
tp = TopicPartition(topic, partition)
Expand Down

0 comments on commit bdeb49f

Please sign in to comment.