[jira] [Commented] (KAFKA-6978) Make Streams Window retention time strict

2018-06-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520915#comment-16520915 ] ASF GitHub Bot commented on KAFKA-6978: --- guozhangwang closed pull request #5218: KAFKA-6978: make

[jira] [Commented] (KAFKA-7040) The replica fetcher thread may truncate accepted messages during multiple fast leadership transitions

2018-06-22 Thread Lucas Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520899#comment-16520899 ] Lucas Wang commented on KAFKA-7040: --- Hi [~apovzner] Sorry for the delayed response. Regarding Case 1

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-22 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520844#comment-16520844 ] Ted Yu commented on KAFKA-7088: --- Lukasz: I was looking at code related to how queued TxnRequestHandler's

[jira] [Commented] (KAFKA-7091) AdminClient should handle FindCoordinatorResponse errors

2018-06-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520684#comment-16520684 ] ASF GitHub Bot commented on KAFKA-7091: --- omkreddy opened a new pull request #5278: KAFKA-7091:

[jira] [Created] (KAFKA-7091) AdminClient should handle FindCoordinatorResponse errors

2018-06-22 Thread Manikumar (JIRA)
Manikumar created KAFKA-7091: Summary: AdminClient should handle FindCoordinatorResponse errors Key: KAFKA-7091 URL: https://issues.apache.org/jira/browse/KAFKA-7091 Project: Kafka Issue Type:

[jira] [Commented] (KAFKA-6971) Passing in help flag to kafka-console-producer should print arg options

2018-06-22 Thread raghavan chockalingam (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520628#comment-16520628 ] raghavan chockalingam commented on KAFKA-6971: -- With Kafka version {{2.11-1.1.0}}, both

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-22 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520463#comment-16520463 ] Guozhang Wang commented on KAFKA-7088: -- If you did not override the MAX_BLOCK_MS_CONFIG value, then

[jira] [Comment Edited] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-22 Thread Lukasz Gluchowski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520396#comment-16520396 ] Lukasz Gluchowski edited comment on KAFKA-7088 at 6/22/18 2:55 PM: ---

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-22 Thread Lukasz Gluchowski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520396#comment-16520396 ] Lukasz Gluchowski commented on KAFKA-7088: -- I switched from "exactly once" to "at least once"

[jira] [Updated] (KAFKA-7079) ValueTransformerWithKeySupplier is not mentioned in the documentation

2018-06-22 Thread Hashan Gayasri Udugahapattuwa (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hashan Gayasri Udugahapattuwa updated KAFKA-7079: - Description: ValueTransformer#transform does not pass the key

[jira] [Created] (KAFKA-7090) Zookeeper client setting in server-properties

2018-06-22 Thread Christian Tramnitz (JIRA)
Christian Tramnitz created KAFKA-7090: - Summary: Zookeeper client setting in server-properties Key: KAFKA-7090 URL: https://issues.apache.org/jira/browse/KAFKA-7090 Project: Kafka Issue

[jira] [Commented] (KAFKA-4217) KStream.transform equivalent of flatMap

2018-06-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520172#comment-16520172 ] ASF GitHub Bot commented on KAFKA-4217: --- cadonna opened a new pull request #5273: KAFKA-4217: Add

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-22 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520094#comment-16520094 ] Ted Yu commented on KAFKA-7088: --- What's the value for "processing.guarantee" ? {code}

[jira] [Commented] (KAFKA-7088) Kafka streams thread waits infinitely on transaction init

2018-06-22 Thread Lukasz Gluchowski (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520069#comment-16520069 ] Lukasz Gluchowski commented on KAFKA-7088: -- [~guozhang] thank you for your response. The