[GitHub] kafka pull request: KAFKA-2929: Migrate duplicate error mapping fu...

2015-12-28 Thread granthenke
Github user granthenke closed the pull request at: https://github.com/apache/kafka/pull/616 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] kafka pull request: KAFKA-2929: Migrate duplicate error mapping fu...

2015-12-28 Thread granthenke
GitHub user granthenke reopened a pull request: https://github.com/apache/kafka/pull/616 KAFKA-2929: Migrate duplicate error mapping functionality Deprecates ErrorMapping.scala in core in favor or Errors.java in common. Duplicated exceptions in core are deprecated as well, to en

[jira] [Commented] (KAFKA-2929) Migrate server side error mapping functionality

2015-12-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15072727#comment-15072727 ] ASF GitHub Bot commented on KAFKA-2929: --- GitHub user granthenke reopened a pull requ

[jira] [Commented] (KAFKA-2929) Migrate server side error mapping functionality

2015-12-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15072726#comment-15072726 ] ASF GitHub Bot commented on KAFKA-2929: --- Github user granthenke closed the pull requ

[jira] [Created] (KAFKA-3044) Consumer.poll doesnot return messages when poll interval is less

2015-12-28 Thread Praveen Devarao (JIRA)
Praveen Devarao created KAFKA-3044: -- Summary: Consumer.poll doesnot return messages when poll interval is less Key: KAFKA-3044 URL: https://issues.apache.org/jira/browse/KAFKA-3044 Project: Kafka

[jira] [Updated] (KAFKA-3044) Consumer.poll doesnot return messages when poll interval is less

2015-12-28 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-3044: - Assignee: Jason Gustafson > Consumer.poll doesnot return messages when poll interval is less > ---

[jira] [Commented] (KAFKA-3044) Consumer.poll doesnot return messages when poll interval is less

2015-12-28 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073016#comment-15073016 ] Guozhang Wang commented on KAFKA-3044: -- Hi [~praveend] I think the Java docs need to

[jira] [Commented] (KAFKA-3044) Consumer.poll doesnot return messages when poll interval is less

2015-12-28 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073212#comment-15073212 ] Jay Kreps commented on KAFKA-3044: -- +1 on the doc change, let's not try to make the contr

Re: [VOTE] KIP-32 Add CreateTime and LogAppendTime to Kafka message.

2015-12-28 Thread Becket Qin
Thanks Guozhang, Gwen and Neha for the comments. Sorry for late reply because I only have occasional gmail access from my phone... I just updated the wiki for KIP-32. Gwen, Yes, the migration plan is what you described. I agree with your comments on the version. I changed message.format.versi

[jira] [Created] (KAFKA-3045) ZkNodeChangeNotificationListener shouldn't log interrupted exception as error

2015-12-28 Thread Jun Rao (JIRA)
Jun Rao created KAFKA-3045: -- Summary: ZkNodeChangeNotificationListener shouldn't log interrupted exception as error Key: KAFKA-3045 URL: https://issues.apache.org/jira/browse/KAFKA-3045 Project: Kafka

dev@kafka.apache.org

2015-12-28 Thread Xin Wang (JIRA)
Xin Wang created KAFKA-3046: --- Summary: add ByteBuffer Serializer&Deserializer Key: KAFKA-3046 URL: https://issues.apache.org/jira/browse/KAFKA-3046 Project: Kafka Issue Type: New Feature

dev@kafka.apache.org

2015-12-28 Thread vesense
GitHub user vesense opened a pull request: https://github.com/apache/kafka/pull/718 KAFKA-3046: add ByteBuffer Serializer&Deserializer https://issues.apache.org/jira/browse/KAFKA-3046 You can merge this pull request into a Git repository by running: $ git pull https://github.co

dev@kafka.apache.org

2015-12-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073536#comment-15073536 ] ASF GitHub Bot commented on KAFKA-3046: --- GitHub user vesense opened a pull request:

dev@kafka.apache.org

2015-12-28 Thread Xin Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin Wang updated KAFKA-3046: Description: ByteBuffer is widely used in many scenarios. Adding will be convenient for users to use > add

dev@kafka.apache.org

2015-12-28 Thread Xin Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin Wang updated KAFKA-3046: Description: ByteBuffer is widely used in many scenarios. Adding ByteBuffer Serializer&Deserializer official

dev@kafka.apache.org

2015-12-28 Thread Xin Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin Wang updated KAFKA-3046: Description: ByteBuffer is widely used in many scenarios. (eg: storm-sql can specify kafka as the external

[jira] [Commented] (KAFKA-3044) Consumer.poll doesnot return messages when poll interval is less

2015-12-28 Thread Praveen Devarao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073597#comment-15073597 ] Praveen Devarao commented on KAFKA-3044: Hi [~guozhang] and [~jkreps] OK. Also,