Description:
To enable vqueues
, we need to ensure that the Partition Processor Leader is the only component allowed to write to its logs.
This requires refactoring several components that currently perform log writes directly:
After this change, all these components should write to logs exclusively via RPC calls to the Partition Processor Leader.