pub async fn shared_compactor_serve(
listen_addr: SocketAddr,
opts: CompactorOpts,
shutdown: CancellationToken,
)
Expand description
Fetches and runs compaction tasks under shared mode.
Returns when the shutdown
token is triggered.
pub async fn shared_compactor_serve(
listen_addr: SocketAddr,
opts: CompactorOpts,
shutdown: CancellationToken,
)
Fetches and runs compaction tasks under shared mode.
Returns when the shutdown
token is triggered.