pub const PERSISTENT_SUBSCRIPTION_FROM_LIVE: i64 = -2;Expand description
Sentinel for PersistentSubscriptionBuilder::start_position: skip replay and join
the live stream immediately. Maps to Aeron’s AERON_ARCHIVE_PERSISTENT_SUBSCRIPTION_FROM_LIVE.