I just left a comment in your PR about the part of the *schema*. PTAL!
Thanks,
sinan
Rajan Dhabalia 于2023年12月21日周四 01:19写道:
> > I don't see the topic load issues. The topic loading works fine, and
> the producer works fine. But the proposal said it would resolve the topic
> load issue, ca
> I don't see the topic load issues. The topic loading works fine, and
the producer works fine. But the proposal said it would resolve the topic
load issue, can you reproduce the topic load issue?
Yes, you tried different usecase and not the one which is mentioned in the
PIP. Deleted ledgers
In my understanding, the PIP is for some certain `extreme` conditions. Some
ledgers failing to recover is an event with a very low probability, and it
should be hard to reproduce(unless we delete some ledgers manually).
If we skip these failed-recover ledgers, message production should be able
to
Hi Rajan,
I tried to test the case that you provided in the proposal.
- Produce messages to a topic
- Unload the topic 5 times to ensure we have some ledgers in the topic
- Delete one ledger by using the bookkeeper shell
- Unload the topic again
- Start to produce messages again, it works
- Start