Bedrock.DataPlane.CommitProxy.ResolverLayout.Single (bedrock v0.6.0)

View Source

Layout for single-resolver configuration.

When there's only one resolver, conflict resolution can bypass sharding overhead and send all conflicts directly to the single resolver.

Summary

Types

t()

@type t() :: %Bedrock.DataPlane.CommitProxy.ResolverLayout.Single{
  resolver_ref: Bedrock.DataPlane.Resolver.ref()
}