#[repr(u8)]pub enum AckStatus {
Delivered = 0,
Failed = 1,
}Expand description
Resolution status of a batch. Forms a “worst-of” lattice: once any record of the batch fails, the batch is failed.
Variants§
Delivered = 0
Every record was durably delivered, filtered, or intentionally skipped by policy.
Failed = 1
At least one record could not be delivered; the partition watermark must not advance past this batch.
Trait Implementations§
Source§impl Ord for AckStatus
impl Ord for AckStatus
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for AckStatus
impl PartialOrd for AckStatus
impl Copy for AckStatus
impl Eq for AckStatus
impl StructuralPartialEq for AckStatus
Auto Trait Implementations§
impl Freeze for AckStatus
impl RefUnwindSafe for AckStatus
impl Send for AckStatus
impl Sync for AckStatus
impl Unpin for AckStatus
impl UnsafeUnpin for AckStatus
impl UnwindSafe for AckStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more