[jira] [Commented] (KAFKA-3411) Streams: stop using "job" terminology, rename job.id to application.id

2016-03-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15197199#comment-15197199 ] ASF GitHub Bot commented on KAFKA-3411: --- GitHub user miguno opened a pull request:

[GitHub] kafka pull request: KAFKA-3411: Streams: stop using "job" terminol...

2016-03-16 Thread miguno
GitHub user miguno opened a pull request: https://github.com/apache/kafka/pull/1081 KAFKA-3411: Streams: stop using "job" terminology, rename job.id to application.id @guozhangwang @ymatsuda : please review. You can merge this pull request into a Git repository by running: $

[jira] [Created] (KAFKA-3411) Streams: rename job.id to application.id

2016-03-16 Thread Michael Noll (JIRA)
Michael Noll created KAFKA-3411: --- Summary: Streams: rename job.id to application.id Key: KAFKA-3411 URL: https://issues.apache.org/jira/browse/KAFKA-3411 Project: Kafka Issue Type: Improvement

[jira] [Updated] (KAFKA-3411) Streams: stop using "job" terminology, rename job.id to application.id

2016-03-16 Thread Michael Noll (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Noll updated KAFKA-3411: Summary: Streams: stop using "job" terminology, rename job.id to application.id (was: Streams:

[jira] [Closed] (KAFKA-3401) Message format change on the fly breaks 0.9 consumer

2016-03-16 Thread Eno Thereska (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eno Thereska closed KAFKA-3401. --- > Message format change on the fly breaks 0.9 consumer >

Re: [DISCUSS] KIP-35 - Retrieve protocol version

2016-03-16 Thread Magnus Edenhill
1. But there is no way of conveying version mismatch in the protocol, that's one of the reasons for this KIP in the first place :) Even if there was (e.g., the empty response hack) it makes the client implementation more complex since the cached cluster-level version support returned by the broker

[jira] [Commented] (KAFKA-3260) Increase the granularity of commit for SourceTask

2016-03-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15196842#comment-15196842 ] ASF GitHub Bot commented on KAFKA-3260: --- GitHub user ewencp opened a pull request:

[GitHub] kafka pull request: MINOR: KAFKA-3260 follow up, fix commitRecord ...

2016-03-16 Thread ewencp
GitHub user ewencp opened a pull request: https://github.com/apache/kafka/pull/1080 MINOR: KAFKA-3260 follow up, fix commitRecord calls in tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/ewencp/kafka

[jira] [Created] (KAFKA-3410) Unclean leader election and "Halting because log truncation is not allowed"

2016-03-16 Thread James Cheng (JIRA)
James Cheng created KAFKA-3410: -- Summary: Unclean leader election and "Halting because log truncation is not allowed" Key: KAFKA-3410 URL: https://issues.apache.org/jira/browse/KAFKA-3410 Project: Kafka