Michael Seifert

Results 244 comments of Michael Seifert

Adding `stream_wait_empty=False` does not make a difference.

However, it does work with Kafka-2.1.0. Could this be an issue of the AdminClient implementation or a Kafka bug?

Maybe I dismissed the issue too quickly: As soon as I add more topics and changelog topics to the example code above the application starts hanging again during initialization, even...

A git bisect states that aa15f93bb03a8631d0e96a95b8b9a07668ae191f is the first bad commit. Also: When all topics and changelog topics are already present in the Kafka cluster and faust does not has...

I finally could come back to this and tested it with faust-1.4.8 and faust-1.4.9. It is still reproducible in both versions. The second table is necessary to reproduce the issue....

Thank you for the great explanation of the root cause!

The changelog is no longer displayed in dependabot PRs, because it has been moved from the default project location to the docs folder. It seems like there is no way...

@csranasinghe Great! Feel free to give it a try. If you find existing tools that parse out a piece of the changelog, feel free to use them. We can also...

@marcolab Let me get back to you regarding this topic tomorrow. I'd like to revisit the topic myself (and the comments about this I made earlier).

@marcolab It sounds great that you already know how the changelog is handled in pytest. My understanding is that pytest uses [_towncrier_](https://pypi.org/project/towncrier/) to assemble a changelog from individual news snippets....