[
https://issues.apache.org/jira/browse/TAJO-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Byunghwa Yun updated TAJO-1480:
-------------------------------
Description:
Scanner of kafka storage needs to implement a Kafka Consumer for to fetch data
from kafka.
The Kafka Consumer have methods like this,
- getPartitions(): Get partition id list from specific topic.
- poll(): Fetch data from kafka.
- getEarliestOffset(): Get earliest offset from specific partition.
- getLatestOffset(): Get latest offset from specific partition.
- etc..
was:
Scanner of kafka storage needs to implement a Kafka Consumer for to fetch data
from kafka.
The Kafka Consumer have methods like this,
- getPartitions(): Get partition id list from specific topic.
- poll(): Fetch data from kafka.
- getEarliestOffset(): Get earliest offset from specific partition.
- getLatestOffset(): Get latest offset from specific partition.
- assign(): Assign specific partition to consumer.
- etc..
> Kafka Consumer for kafka strage.
> --------------------------------
>
> Key: TAJO-1480
> URL: https://issues.apache.org/jira/browse/TAJO-1480
> Project: Tajo
> Issue Type: Sub-task
> Components: Storage
> Reporter: YeonSu Han
> Assignee: Byunghwa Yun
> Labels: kafka_storage
>
> Scanner of kafka storage needs to implement a Kafka Consumer for to fetch
> data from kafka.
> The Kafka Consumer have methods like this,
> - getPartitions(): Get partition id list from specific topic.
> - poll(): Fetch data from kafka.
> - getEarliestOffset(): Get earliest offset from specific partition.
> - getLatestOffset(): Get latest offset from specific partition.
> - etc..
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)