Josh QQ (Quick questions)
4/27/20
- Mypy stacked function annotations (Mypy type annotation 202004250202 Specific kind of mypy type annotation)
4/24/20
- Resolving the global mock_meta_cluster issue 202004231621 Resolving the global mock_meta_cluster issue (for Kafka mock)
- Instead of this global behavior shenanigans, can I just use the
Authenticator
object and use it functionally like a MetaKafkaCluster? Currently, however, I don’t even have anAuthenticator
class defined, so I’m not sure how that’s gonna relate to type-checking. - I had to change the functionality of the offsets somewhat. Instead of a consumer having an
offsets
method, I changed it to justoffset
, and it isn’t a generator anymore.
4/23/20
- What to do with
test_rewind_group_cursor_to_time
? [[202004231634 What to do with # What to do withtest_rewind_group_cursor_to_time
? ]] - How does the transaction work? What happens if you do
iter_raw
without the transaction?
tags: #theorem