[jira] [Commented] (KAFKA-3018) Kafka producer hangs on producer.close() call if the producer topic contains single quotes in the topic name

2016-03-06 Thread Chi Hoang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15182433#comment-15182433 ] Chi Hoang commented on KAFKA-3018: -- The server is already correctly validating the topic name

[jira] [Commented] (KAFKA-3018) Kafka producer hangs on producer.close() call if the producer topic contains single quotes in the topic name

2016-03-06 Thread Chi Hoang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15182416#comment-15182416 ] Chi Hoang commented on KAFKA-3018: -- Coming back to this. Seems like the more appropriate design would

[jira] [Commented] (KAFKA-3018) Kafka producer hangs on producer.close() call if the producer topic contains single quotes in the topic name

2016-02-24 Thread Chi Hoang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15163920#comment-15163920 ] Chi Hoang commented on KAFKA-3018: -- I'm going to go ahead and close the PR, and come back to this once I

[jira] [Commented] (KAFKA-3018) Kafka producer hangs on producer.close() call if the producer topic contains single quotes in the topic name

2016-02-24 Thread Chi Hoang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15163568#comment-15163568 ] Chi Hoang commented on KAFKA-3018: -- In this case, there are two problems: - the send operation seems

[jira] [Commented] (KAFKA-3018) Kafka producer hangs on producer.close() call if the producer topic contains single quotes in the topic name

2016-02-22 Thread Chi Hoang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15158019#comment-15158019 ] Chi Hoang commented on KAFKA-3018: -- I encountered this, if not a similar, problem. I unknowingly had

Re: [DISCUSS] KIP-4 - Command line and centralized administrative operations

2015-02-11 Thread Chi Hoang
For the Sample usage section, please consider https://github.com/airbnb/kafkat. We find that tool to be very easy to use, and extremely useful for our administration tasks. Chi On Mon, Feb 9, 2015 at 9:03 AM, Guozhang Wang wangg...@gmail.com wrote: I feel the benefits of lowering the

Re: [DISCUSS] 0.8.1.1 vs 0.8.2

2014-03-21 Thread Chi Hoang
Hi, You could have also done: git checkout -b 0.8.1 origin/0.8.1 Chi On Thu, Mar 20, 2014 at 5:39 PM, Neha Narkhede neha.narkh...@gmail.comwrote: The tag was the problem. I renamed the tag to 0.8.1.0 and kept the branch as 0.8.1. That allowed me to push to the 0.8.1 branch. Thanks, Neha