@platformatic/kafka
Version:
Modern and performant client for Apache Kafka
4 lines (3 loc) • 356 B
TypeScript
import { type ClusterMetadata } from '../base/types.ts';
import { type ExtendedGroupProtocolSubscription, type GroupPartitionsAssignments } from './types.ts';
export declare function roundRobinAssigner(_current: string, members: Map<string, ExtendedGroupProtocolSubscription>, topics: Set<string>, metadata: ClusterMetadata): GroupPartitionsAssignments[];