Matthijs Wolting
Matthijs Wolting
Seeing the same behavior, both locally (using Docker for Windows k8s) and on multi-node k8s cluster. I'm running Faust 1.1.3 on Debian against Kafka 1.0, and also not using windowed...
Config: ``` +ƒaµS† v1.1.3----------------------------------------------+ | id | my-app | | transport | kafka://kafka:9092 +uvloop | | store | memory: | | web | http://localhost:6066/ | | log | -stderr- (info)...
I'm seeing the behavior consistently when running locally, where I indeed consume from a single-partition topic. However, even when there's multiple partitions, the leak still occurs, though not every time....