Yelp / kafka-utils

Apache License 2.0
313 stars 127 forks source link

Add type annotations part 1 #286

Closed benbariteau closed 1 year ago

benbariteau commented 1 year ago

This annotates the kafka_utils.kafka_check module. It doesn't have any real effect right now, but this repo is large so annotating in chunks makes sense.

I also migrated from retrying to tenacity, since retrying is a dead package and tenacity has type annotations.