Anoma.Node.Examples.EShardSupervisor (Anoma v0.35.0)
I contain examples demonstrating the ShardSupervisor functionality.
Summary
Functions
I'm like shard_dynamically_abcd/1 but with e being empty
I'm like shard_start_abc/1 but with d being 10
I test starting a node with a shard configuration, verifying that the ShardSupervisor starts the correct Shard processes via async setup, and that the router correctly maps keys to shard names.
Functions
I'm like shard_dynamically_abcd/1 but with e being empty
I'm like shard_start_abc/1 but with d being 10
I test starting a node with a shard configuration, verifying that the ShardSupervisor starts the correct Shard processes via async setup, and that the router correctly maps keys to shard names.
I create a unique node ID on each call to avoid state collision.