suspend fun <K, V> KafkaConsumer<K, V>.assignmentAwait(): Set<TopicPartition>
Get the set of partitions currently assigned to this consumer.
Return current KafkaConsumer instance *