| Modifier and Type | Method and Description |
|---|---|
<K1 extends K,V1 extends V> |
LcKafkaConsumerBuilder.buildAsync()
Build a consumer in which the polling thread always does a async commit after all the polled records has been handled.
|
<K1 extends K,V1 extends V> |
LcKafkaConsumerBuilder.buildAuto()
Build a consumer which commits offset automatically at fixed interval.
|
<K1 extends K,V1 extends V> |
LcKafkaConsumerBuilder.buildPartialAsync()
Build a consumer in which the polling thread does a async commits whenever there's any handled consumer records.
|
<K1 extends K,V1 extends V> |
LcKafkaConsumerBuilder.buildPartialSync()
Build a consumer in which the polling thread does a sync commits whenever there's any handled consumer records.
|
<K1 extends K,V1 extends V> |
LcKafkaConsumerBuilder.buildSync()
Build a consumer in which the polling thread always does a sync commit after all the polled records has been handled.
|
Copyright © 2020 LeanCloud. All rights reserved.