Can I be added as a contributor?

2015-03-30 Thread Brock Noland
Hi, Could I be added as a contributor and to confluence? I am brocknoland on JIRA and brockn at gmail on confluence. Cheers! Brock

Re: [VOTE] KIP-7 Security - IP Filtering

2015-03-30 Thread Brock Noland
I think it is acceptable for KIP-11 to allow additional network based authorization. However I do feel that most user will want something simpler and thus I don't feel KIP-11 should require network based authorization by default. For example postgres allows something similar to what is being discu

Re: Can I be added as a contributor?

2015-03-11 Thread Brock Noland
Hi, Sorry to pile on :) but could I be added as a contributor and to confluence as well? I am brocknoland on JIRA and brockn at gmail on confluence. Cheers! Brock On Wed, Mar 11, 2015 at 1:44 PM, Joe Stein wrote: > Grant, I added your perms for Confluence. > > Grayson, I couldn't find a conflue

Re: [Discussion] Limitations on topic names

2015-07-10 Thread Brock Noland
On Fri, Jul 10, 2015 at 11:34 AM, Gwen Shapira wrote: > Hi Kafka Fans, > > If you have one topic named "kafka_lab_2" and the other named > "kafka.lab.2", the topic level metrics will be named kafka_lab_2 for > both, effectively making it impossible to monitor them properly. > > The reason this hap

Re: [Discussion] Limitations on topic names

2015-07-11 Thread Brock Noland
; >> >> >> > >> > >> -Todd >> >> >> > >> > >> >> >> >> > >> > >> >> >> >> > >> > >> On Fri, Jul 10, 2015 at 1:02 PM, Grant Henke < >> >> >> ghe...@cl

Re: [VOTE] Drop support for Scala 2.9 for the next release

2015-07-17 Thread Brock Noland
+1 (non-binding) On Friday, July 17, 2015, Grant Henke wrote: > +1 (non-binding) > > On Fri, Jul 17, 2015 at 9:44 AM, Ashish Singh > wrote: > > > +1 (non-binding) > > > > On Friday, July 17, 2015, Stevo Slavić > > wrote: > > > > > +1 (non-binding) > > > > > > On Fri, Jul 17, 2015 at 12:26 PM, I

Re: Unreasonably high CPU from Kafka (0.8.2.1)

2015-09-17 Thread Brock Noland
If you are on Linux, you can use the following approach. 1) Get the pid 2) Find the largest consumer of CPU via: ps -L -p 3) Convert the LWP column to hex and then look for that value in the thread dump on the "nid=0x.." field of each thread. Cheers! Brock On Thu, Sep 17, 2015 at 3:58 PM, Jai

[jira] [Commented] (KAFKA-2633) Default logging from tools to Stderr

2015-10-13 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14955206#comment-14955206 ] Brock Noland commented on KAFKA-2633: - >From a user perspective, I'd like