[jira] [Commented] (KAFKA-4385) producer is sending too many unnecessary meta data request if the meta data for a topic is not available and "auto.create.topics.enable" =false

2016-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15641173#comment-15641173 ] ASF GitHub Bot commented on KAFKA-4385: --- GitHub user yaojuncn opened a pull request:

[GitHub] kafka pull request #2107: KAFKA-4385-avoid-unnecessary-meta-request-overhead

2016-11-05 Thread yaojuncn
GitHub user yaojuncn opened a pull request: https://github.com/apache/kafka/pull/2107 KAFKA-4385-avoid-unnecessary-meta-request-overhead add a producer config: "metadata.fetch.max.count" default to Integer.MAX_VALUE, then everything is the same as before; when specified, the

[jira] [Created] (KAFKA-4385) producer is sending too many unnecessary meta data request if the meta data for a topic is not available

2016-11-05 Thread Jun Yao (JIRA)
Jun Yao created KAFKA-4385: -- Summary: producer is sending too many unnecessary meta data request if the meta data for a topic is not available Key: KAFKA-4385 URL: https://issues.apache.org/jira/browse/KAFKA-4385

[jira] [Updated] (KAFKA-4385) producer is sending too many unnecessary meta data request if the meta data for a topic is not available and "auto.create.topics.enable" =false

2016-11-05 Thread Jun Yao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Yao updated KAFKA-4385: --- Summary: producer is sending too many unnecessary meta data request if the meta data for a topic is not

[jira] [Created] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-05 Thread Jun He (JIRA)
Jun He created KAFKA-4384: - Summary: ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message Key: KAFKA-4384 URL: https://issues.apache.org/jira/browse/KAFKA-4384 Project: Kafka

[GitHub] kafka pull request #2106: Added unit tests for DefaultDecoder and StringDeco...

2016-11-05 Thread ntrphanikumar
GitHub user ntrphanikumar opened a pull request: https://github.com/apache/kafka/pull/2106 Added unit tests for DefaultDecoder and StringDecoder Added Unit tests for Default Decoder and String Decoder classes You can merge this pull request into a Git repository by running: $

[jira] [Commented] (KAFKA-3469) kafka-topics lock down znodes with user principal when zk security is enabled.

2016-11-05 Thread Mohammed amine GARMES (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15639763#comment-15639763 ] Mohammed amine GARMES commented on KAFKA-3469: -- Hello, I spent much time with this problem