Yelp / kafka-utils

Apache License 2.0
313 stars 127 forks source link

Add type annotations part 3 #290

Closed benbariteau closed 1 year ago

benbariteau commented 1 year ago

This adds type annotations to all of kafka_utils.util and some of kafka_utils.kafka_consumer_manager.commands. I started on the latter module before we realized that kafka_utils.util was the only module that was meaningfully used.

There's probably more room for better TypedDicts in here (especially in kafka_utils/util/zookeeper.py), but I think this is good enough for now.