Guillaume Savary
Guillaume Savary
Same here. Just download the `openrc.sh` on `GRA` and got the same error. As it's my first interaction with OVH API, I'm a bit disappointed. I hope the quality will...
As Faust is python code + Kafka/Rocksdb serialization. You can in theory build any function where the result is serializable. I've built my own windows because each of them has...
This patch has removed the support of `orjson`: https://github.com/faust-streaming/faust/commit/0addeb9f5e0f447abc98a68e2f80ef1b31ef6370#diff-5ed855992d723de7bd9e127e572d89dd5fa3ad03816c3ba52de5fd7be53ba7eeL30 I don't see why `orjson` support was removed, this patch is about converting `collections.Counter` into a `dict`. As `orjson` is way...
Same error for me. I found a workaround... As you can confirm the active offset you have (17091 or 524) is one less than the first offset in Kafka. You...
Same error for me. It's a bit late but it could help someone else. This is caused by a desync between Kafka and Zookeeper. When you destroy your kafka, there...
This bug still exists. I recently lost my rocks-db disk and Faust started and launched the recovery. Once again some changelogs partitions did not start (they have an offset equal...
> Essentially brain-dead is the "all or nothing" implementation. That's correct. The point is more: what kind of DB client should CH support then? sync or async? What kind makes...