[
https://issues.apache.org/jira/browse/KAFKA-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar Reddy updated KAFKA-1000:
-----------------------------------
Fix Version/s: 0.8.2
> Inbuilt consumer offset management feature for kakfa
> ----------------------------------------------------
>
> Key: KAFKA-1000
> URL: https://issues.apache.org/jira/browse/KAFKA-1000
> Project: Kafka
> Issue Type: New Feature
> Components: consumer
> Affects Versions: 0.8.1
> Reporter: Tejas Patil
> Assignee: Tejas Patil
> Priority: Minor
> Labels: features
> Fix For: 0.8.2
>
>
> Kafka currently stores offsets in zookeeper. This is a problem for several
> reasons. First it means the consumer must embed the zookeeper client which is
> not available in all languages. Secondly offset commits are actually quite
> frequent and Zookeeper does not scale this kind of high-write load.
> This Jira is for tracking the phase #2 of Offset Management [0]. Joel and I
> have been working on this. [1] is the overall design of the feature.
> [0] : https://cwiki.apache.org/confluence/display/KAFKA/Offset+Management
> [1] :
> https://cwiki.apache.org/confluence/display/KAFKA/Inbuilt+Consumer+Offset+Management
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)