Skip to main content

SyncGroupAssignments

Type Alias SyncGroupAssignments 

Source
pub type SyncGroupAssignments = Vec<(String, Vec<(String, Vec<u32>)>)>;
Expand description

Partition assignments for SyncGroup: Vec<(member_id, Vec<(topic, Vec<partition>)>)>

Aliased Typeยง

pub struct SyncGroupAssignments { /* private fields */ }