Obsctl::Server::BestEffortLogBroadcast
Bounded best-effort fanout for secondary diagnostic log-topic delivery.
Runtime logging is intentionally outside this helper. Callers should write durable diagnostics before offering entries here.
Constants
DEFAULT_CAPACITY = 4
Constructors
Instance methods
Offers a diagnostic log-topic entry for asynchronous delivery.
Returns false without spawning work when the outstanding delivery
bound has already been reached.
capacity
Source