[
https://issues.apache.org/jira/browse/KAFKA-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15192580#comment-15192580
]
Jiangjie Qin commented on KAFKA-2464:
-------------------------------------
[~hachikuji] I just noticed that in KafkaConfig, we have the following
inconsistency in the variable names regarding min/max group session timeout.
{code}
.define(GroupMinSessionTimeoutMsProp, INT,
Defaults.ConsumerMinSessionTimeoutMs, MEDIUM, ConsumerMinSessionTimeoutMsDoc)
.define(GroupMaxSessionTimeoutMsProp, INT,
Defaults.ConsumerMaxSessionTimeoutMs, MEDIUM, ConsumerMaxSessionTimeoutMsDoc)
{code}
Was this intended?
> Client-side assignment and group generalization
> -----------------------------------------------
>
> Key: KAFKA-2464
> URL: https://issues.apache.org/jira/browse/KAFKA-2464
> Project: Kafka
> Issue Type: Sub-task
> Components: consumer
> Reporter: Jason Gustafson
> Assignee: Jason Gustafson
> Priority: Blocker
> Fix For: 0.9.0.0
>
>
> Add support for client-side assignment and generalization of join group
> protocol as documented here:
> https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Client-side+Assignment+Proposal.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)