suspend fun <K, V> KafkaConsumer<K, V>.assignmentAwait(): Set<TopicPartition>
Get the set of partitions currently assigned to this consumer.
handler - handler called on operation completed
handler
Returncurrent KafkaConsumer instance *