evoq_aggregate_partition_sup (evoq v1.12.0)

View Source

Partition supervisor for aggregate processes.

Uses simple_one_for_one strategy for dynamic aggregate child creation. Each partition handles approximately 1/4 of all aggregates based on hash distribution.

Summary

Functions

Start a partition supervisor with the given name.

Functions

start_link(Name)

-spec start_link(atom()) -> {ok, pid()} | {error, term()}.

Start a partition supervisor with the given name.