[][src]Type Definition fluvio_controlplane_metadata::topic::store::TopicMetadata

type TopicMetadata<C> = MetadataStoreObject<TopicSpec, C>;

Trait Implementations

impl<C: MetadataItem> TopicMd<C> for TopicMetadata<C> where
    C: MetadataItem + Send + Sync
[src]

pub fn create_new_partitions<'life0, 'life1, 'async_trait>(
    &'life0 self,
    partition_store: &'life1 PartitionLocalStore<C>
) -> Pin<Box<dyn Future<Output = Vec<PartitionMetadata<C>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    'life1: 'async_trait,
    Self: 'async_trait, 
[src]

create new partitions from my replica map if it doesn't exists from partition store