[
https://issues.apache.org/jira/browse/KAFKA-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128457#comment-14128457
]
Chris Cope commented on KAFKA-1501:
---
[~abhioncbr],
{code}
git clone https://github.com/a
[
https://issues.apache.org/jira/browse/KAFKA-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128504#comment-14128504
]
Abhishek Sharma commented on KAFKA-1501:
[~copester]
I did intentionally tried to
[
https://issues.apache.org/jira/browse/KAFKA-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128653#comment-14128653
]
Chris Cope commented on KAFKA-1501:
---
I agree, [~absingh]. I'm running some more tests an
[
https://issues.apache.org/jira/browse/KAFKA-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128653#comment-14128653
]
Chris Cope edited comment on KAFKA-1501 at 9/10/14 4:10 PM:
I
[
https://issues.apache.org/jira/browse/KAFKA-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128771#comment-14128771
]
Chris Riccomini commented on KAFKA-560:
---
bq. It would be good to have a tool that cou
https://botbot.me/freenode/apache-kafka/
Just FYI, wasn't sure if we had any logging in place
Cheers,
David
[
https://issues.apache.org/jira/browse/KAFKA-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128928#comment-14128928
]
Abhishek Sharma commented on KAFKA-1501:
Running an entire test class again is not
[
https://issues.apache.org/jira/browse/KAFKA-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129185#comment-14129185
]
Guozhang Wang commented on KAFKA-1591:
--
Thank you for the patches. I few comments bel
We actually don't allow "." in the topic name. Topic name can be
alpha-numeric plus "-" and "_".
Thanks,
Jun
On Tue, Sep 9, 2014 at 6:29 PM, Bhavesh Mistry
wrote:
> Thanks, I was using without JMX. I will go through doc. But how about
> Topic or Metric name Topic Name Convention or Metric Na
David,
Thanks for the pointer. Added the link to our website.
Jun
On Wed, Sep 10, 2014 at 11:05 AM, David Arthur wrote:
> https://botbot.me/freenode/apache-kafka/
>
> Just FYI, wasn't sure if we had any logging in place
>
> Cheers,
> David
>
>
>
[
https://issues.apache.org/jira/browse/KAFKA-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jun Rao updated KAFKA-1558:
---
Priority: Blocker (was: Major)
> AdminUtils.deleteTopic does not work
>
[
https://issues.apache.org/jira/browse/KAFKA-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jun Rao updated KAFKA-686:
--
Priority: Major (was: Blocker)
> 0.8 Kafka broker should give a better error message when running against 0.7
>
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25420/#review52980
---
Thanks for the patch. Overall it is a great clean-up. Some comments
Joe,
Thanks for starting the discussion.
(1) I made a pass of the open jiras for 0.8.2 and marked a few of them as
blockers for now. There are currently 6 blockers. Ideally, we want to get
all those fixed before cutting the 0.8.2 branch. The rest of the jiras
don't really have to be fixed in 0.8.
That's awesome.
-Jay
On Wed, Sep 10, 2014 at 11:05 AM, David Arthur wrote:
> https://botbot.me/freenode/apache-kafka/
>
> Just FYI, wasn't sure if we had any logging in place
>
> Cheers,
> David
>
>
[
https://issues.apache.org/jira/browse/KAFKA-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129451#comment-14129451
]
Sriharsha Chintalapani edited comment on KAFKA-1558 at 9/11/14 12:50 AM:
---
[
https://issues.apache.org/jira/browse/KAFKA-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129451#comment-14129451
]
Sriharsha Chintalapani commented on KAFKA-1558:
---
[~junrao] Do you any steps
I am using topic name with "." and it works with old and new
producers/consumers. is Kafka enforcing in code or documented limitation ?
Thanks,
Bhavesh
On Wed, Sep 10, 2014 at 3:24 PM, Jun Rao wrote:
> We actually don't allow "." in the topic name. Topic name can be
> alpha-numeric plus "-"
[
https://issues.apache.org/jira/browse/KAFKA-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129506#comment-14129506
]
Gwen Shapira commented on KAFKA-1558:
-
I don't think the issue as described above exis
Hmm, it seems that we do allow "." in the topic name. The topic name can't
be just "." or ".." though. So, if there is a topic "test.1", we will have
the following jmx metrics name.
kafka.producer.console-producer.topic.test:type=1
It should be changed to
kafka.producer.console-producer.topic:typ
Bhavesh Mistry created KAFKA-1628:
-
Summary: [New Java Producer] Topic which contains "." does not
correct corresponding metric name
Key: KAFKA-1628
URL: https://issues.apache.org/jira/browse/KAFKA-1628
Hi Jun,
I have created this issue for tracking purpose
https://issues.apache.org/jira/browse/KAFKA-1628
Thanks,
Bhavesh
On Wed, Sep 10, 2014 at 9:06 PM, Jun Rao wrote:
> Hmm, it seems that we do allow "." in the topic name. The topic name can't
> be just "." or ".." though. So, if there is a
Guozhang Wang created KAFKA-1629:
Summary: Replica fetcher thread need to back off upon getting
errors on partitions
Key: KAFKA-1629
URL: https://issues.apache.org/jira/browse/KAFKA-1629
Project: Kafk
vijay created KAFKA-1630:
Summary: ConsumerFetcherThread locked in Tomcat
Key: KAFKA-1630
URL: https://issues.apache.org/jira/browse/KAFKA-1630
Project: Kafka
Issue Type: Bug
Components: co
24 matches
Mail list logo