| Modifier and Type | Method and Description |
|---|---|
static ConsumerSeekDestination |
ConsumerSeekDestination.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsumerSeekDestination[] |
ConsumerSeekDestination.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LcKafkaConsumerBuilder<K,V> |
LcKafkaConsumerBuilder.forceSeekTo(ConsumerSeekDestination destination)
After subscribed to any topic, force seek offsets for every assigned partitions to beginning or end no matter
where the recorded offsets for the group of this consumer are.
|
Copyright © 2020 LeanCloud. All rights reserved.