[ 
https://issues.apache.org/jira/browse/TAJO-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14387212#comment-14387212
 ] 

ASF GitHub Bot commented on TAJO-1480:
--------------------------------------

GitHub user hys9958 opened a pull request:

    https://github.com/apache/tajo/pull/482

    TAJO-1480: Kafka Consumer for kafka strage.

    Hi guys,
    I have implemented for this issue and unit tests.
    Please review my patch.
    
    Thanks.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hys9958/tajo TAJO-1480

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/482.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #482
    
----
commit cfa16c2f68a740cc241dbf84951cd279278d7384
Author: Yeonsu Han <[email protected]>
Date:   2015-03-30T18:41:53Z

    TAJO-1480: Kafka Consumer for kafka strage.

----


> 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: YeonSu Han
>              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.
> - fetch(): Fetch data from kafka.
> - getReadOffset(): Get offset from specific partition.
> - findLeader(): Find leader broker of specific partition.
> - etc..



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to