We're also interested in getting this for 0.8.
I'm curious if someone maintains an updated branch on Github or willing to
do so.
Thanks,
Cosmin
On 7/6/13 6:15 AM, "Matei Zaharia (JIRA)" wrote:
>
>[
>https://issues.apache.org/jira/browse/KAFKA-717?page=com.atlassian.jira.pl
>ugin.system.is
I'm not sure if there's already a guideline like this, but I wouldn't it make
sense to have it in order to keep documentation in sync with the code?
Also, having this type of documentation as part of the codebase to allow proper
versioning might be a good idea as well.
Cosmin
[
https://issues.apache.org/jira/browse/KAFKA-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13704434#comment-13704434
]
Chris Curtin commented on KAFKA-966:
Not to be dense, but wouldn't managing the offsets
Cosmin,
That's a good idea. In the past, for major new features, we tend to create
a wiki page to outline the design. The wiki pages can be organized better.
Is this what you are looking for?
Thanks,
Jun
On Wed, Jul 10, 2013 at 1:17 AM, Cosmin Lehene wrote:
> I'm not sure if there's already
I like the idea of improving our documentation. Help is very much
appreciated in this area (but of course the problem is that the people who
experience the holes almost by definition can't fill them in). So even just
pointing out areas that aren't covered is really helpful.
We are in a sort of awk
[
https://issues.apache.org/jira/browse/KAFKA-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13704719#comment-13704719
]
Jun Rao commented on KAFKA-717:
---
We should take this patch in trunk, instead of 0.8.
Jun,
I did a test this morning and got a very interesting result with you
command. I started by wipe all the log files and clean up all zookeeper
data files.
Once I restarted both server, producer and consumer then execute your
command, what I got is a empty log as following:
Dumping /Users/sco
Rebecca Sealfon created KAFKA-968:
-
Summary: Typographical Errors in Output
Key: KAFKA-968
URL: https://issues.apache.org/jira/browse/KAFKA-968
Project: Kafka
Issue Type: Bug
Compon
[
https://issues.apache.org/jira/browse/KAFKA-959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guozhang Wang updated KAFKA-959:
Assignee: Guozhang Wang
> DefaultEventHandler can send more produce requests than necesary
> ---
Sriram Subramanian created KAFKA-969:
Summary: Need to prevent failure of rebalance when there are no
brokers available when consumer comes up
Key: KAFKA-969
URL: https://issues.apache.org/jira/browse/KAFKA-96
[
https://issues.apache.org/jira/browse/KAFKA-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sriram Subramanian updated KAFKA-969:
-
Attachment: emptybrokeronrebalance-1.patch
> Need to prevent failure of rebalance when
[
https://issues.apache.org/jira/browse/KAFKA-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sriram Subramanian updated KAFKA-969:
-
Status: Patch Available (was: Open)
> Need to prevent failure of rebalance when there
Guys,
I am seeing this:
if (condition) {
// something
}
else {
// something else
}
This is not the style we are using. Please don't do this or accept code
that looks like this. It should be
if (condition) {
// something
} else {
//something else
}
Thanks!
-Jay
[
https://issues.apache.org/jira/browse/KAFKA-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13705248#comment-13705248
]
Jay Kreps commented on KAFKA-965:
-
- core/src/main/scala/kafka/admin/AdminUtils.scala: You
[
https://issues.apache.org/jira/browse/KAFKA-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13705272#comment-13705272
]
Joel Koshy commented on KAFKA-966:
--
Yes if you need to implement support for transactions
Jay Kreps created KAFKA-970:
---
Summary: ./sbt +package rebuilds the Hadoop consumer jar N times
with the same output file
Key: KAFKA-970
URL: https://issues.apache.org/jira/browse/KAFKA-970
Project: Kafka
Weird - I tried your exact code and it worked for me (although I was
using 0.8 head and not the beta). Can you re-run with trace logs
enabled in your producer and paste that output? Broker logs also if
you can?
Thanks,
Joel
On Wed, Jul 10, 2013 at 10:23 AM, Scott Wang
wrote:
> Jun,
>
> I did a
[
https://issues.apache.org/jira/browse/KAFKA-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13705340#comment-13705340
]
Joel Koshy commented on KAFKA-969:
--
This seems reasonable, but I'm not fully convinced abo
[
https://issues.apache.org/jira/browse/KAFKA-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13705461#comment-13705461
]
Sriram Subramanian commented on KAFKA-969:
--
The other issues you mention are separ
[
https://issues.apache.org/jira/browse/KAFKA-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13705484#comment-13705484
]
Guozhang Wang commented on KAFKA-969:
-
I think KAFKA-956 is orthogonal to this JIRA. It
[
https://issues.apache.org/jira/browse/KAFKA-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jun Rao updated KAFKA-969:
--
Resolution: Fixed
Fix Version/s: 0.8
Status: Resolved (was: Patch Available)
Thanks for the p
[
https://issues.apache.org/jira/browse/KAFKA-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13705490#comment-13705490
]
Joel Koshy commented on KAFKA-969:
--
As I already said, I'm +1 on this patch for what it in
[
https://issues.apache.org/jira/browse/KAFKA-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13705517#comment-13705517
]
Swapnil Ghike commented on KAFKA-969:
-
I agree with Joel. Registering a consumers' subs
Jun Rao created KAFKA-971:
-
Summary: Handle synchronization in updatemetatdata in KafkaApi
better
Key: KAFKA-971
URL: https://issues.apache.org/jira/browse/KAFKA-971
Project: Kafka
Issue Type: Impro
[
https://issues.apache.org/jira/browse/KAFKA-965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jun Rao updated KAFKA-965:
--
Resolution: Fixed
Fix Version/s: 0.8.1
Status: Resolved (was: Patch Available)
Thanks for the
[
https://issues.apache.org/jira/browse/KAFKA-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sriram Subramanian reassigned KAFKA-838:
Assignee: Sriram Subramanian
> Update design document to match Kafka 0.8 design
[
https://issues.apache.org/jira/browse/KAFKA-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sriram Subramanian resolved KAFKA-781.
--
Resolution: Fixed
We have moved this logic into the broker.
> Add optio
27 matches
Mail list logo