Shanicky Chen
Shanicky Chen
Thanks for the reply! The scenario we are currently encountering is that the protobuf file is very simple, for example, there is only one file that can be provided directly...
> @shanicky I have added a function `parse_and_typecheck_custom` which accepts a callback to read file contents. > > https://github.com/stepancheg/rust-protobuf/blob/2265d17c6a7a53275291e6bf6d5ac8bc5f59ca6b/protobuf-codegen-pure/src/parse_and_typecheck.rs#L317-L347 > > Have a look please. > > Note that: >...
Thank you very much for your reply! But there may be a scenario. For example, I use 4 consumers to consume a topic with 3 partitions, usually, there will be...
The madsim framework we rely on doesn't support incremental_assign, so we also need to disable the mux reader during simulation tests.
It seems like there's no way to resolve the single node test stackoverflow issue. 🥵
After PR #20006, we can scale the background DDL streaming job with arrangement backfill during recovery, but we still do not support other types of backfill. The specific reason is...
> After we finish the actor-less implementation, we won't do update vnode bitmap in online scale, and instead we always generate new actors. Yes, after this, handling the online scaling...
If the analysis is accurate, the issue could be caused by the frontend subscribing during the recovery process, when the shared actor info is still empty and has no data...