| Package | Description |
|---|---|
| org.mydotey.kbear.client | |
| org.mydotey.kbear.meta | |
| org.mydotey.kbear.route |
| Modifier and Type | Method and Description |
|---|---|
ConsumerGroupId |
ConsumerHolder.getConsumerGroupId() |
| Modifier and Type | Method and Description |
|---|---|
Map<ConsumerGroupId,Route> |
KafkaMetaHolder.getConsumerGroupRoutes() |
Map<ConsumerGroupId,ConsumerGroup> |
KafkaMetaHolder.getConsumerGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsumerRestartListener.afterRestart(ConsumerGroupId consumerGroupId,
org.apache.kafka.clients.consumer.Consumer<K,V> consumer) |
void |
ConsumerRestartListener.beforeRestart(ConsumerGroupId consumerGroupId,
org.apache.kafka.clients.consumer.Consumer<K,V> consumer) |
protected String |
ConsumerProxy.constructClientId(ConsumerGroupId consumerGroupId) |
protected boolean |
DefaultKafkaMetaManager.isChanged(ConsumerGroupId consumerGroupId,
KafkaMetaHolder oldMetaHolder,
KafkaMetaHolder newMetaHolder) |
protected org.apache.kafka.clients.consumer.Consumer |
ConsumerProxy.newConsumer(ConsumerGroupId consumerGroupId,
KafkaConsumerConfig kafkaConsumerConfig) |
void |
KafkaMetaManager.registerConsumer(ConsumerGroupId consumerGroupId,
Runnable onChange) |
void |
DefaultKafkaMetaManager.registerConsumer(ConsumerGroupId consumerGroupId,
Runnable onChange) |
protected boolean |
DefaultKafkaMetaManager.syncConsumer(ConsumerGroupId consumerGroupId) |
void |
KafkaMetaManager.unregisterConsumer(ConsumerGroupId consumerGroupId) |
void |
DefaultKafkaMetaManager.unregisterConsumer(ConsumerGroupId consumerGroupId) |
| Constructor and Description |
|---|
ConsumerHolder(ConsumerGroupId consumerGroupId,
KafkaConsumerConfig<K,V> config,
Route route,
org.apache.kafka.clients.consumer.Consumer<K,V> consumer) |
| Modifier and Type | Method and Description |
|---|---|
ConsumerGroupId |
ConsumerGroupId.clone() |
ConsumerGroupId |
FetchConsumerGroupsRequest.getId() |
ConsumerGroupId |
ConsumerGroup.getId() |
| Modifier and Type | Method and Description |
|---|---|
void |
FetchConsumerGroupsRequest.setId(ConsumerGroupId id) |
void |
ConsumerGroup.setId(ConsumerGroupId id) |
| Modifier and Type | Method and Description |
|---|---|
ConsumerGroupId |
ConsumerGroupIdRoutePair.getConsumerGroupId() |
| Modifier and Type | Method and Description |
|---|---|
List<ConsumerGroupId> |
FetchConsumerRouteRequest.getConsumerGroupIds() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsumerGroupIdRoutePair.setConsumerGroupId(ConsumerGroupId consumerGroupId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FetchConsumerRouteRequest.setConsumerGroupIds(List<ConsumerGroupId> consumerGroupIds) |
Copyright © 2019. All rights reserved.