KafkaConsumer.commitAsync

Commit offset for a single topic+partition based on \p message

Note: This is the asynchronous variant.

  1. ErrorCode commitAsync()
  2. ErrorCode commitAsync(Message message)
    class KafkaConsumer
    nothrow @nogc
    commitAsync
  3. ErrorCode commitAsync(TopicPartition[] offsets)

See Also

KafkaConsummer::commitSync()

Meta