Re: [ANNOUNCEMENT] Apache Kafka 0.8.2.0 Released

2015-02-05 Thread Steve Morin
Congratz team it's a big accomplishment > On Feb 5, 2015, at 14:22, Otis Gospodnetic wrote: > > Big thanks to Jun and everyone else involved! We're on 0.8.2 as of today. > :) > > Otis > -- > Monitoring * Alerting * Anomaly Detection * Centralized Log Management > Solr & Elasticsearch Support *

Re: [kafka-clients] Re: Heads up: KAFKA-1697 - remove code related to ack>1 on the broker

2015-01-15 Thread Steve Morin
Agree errors should be part of the protocol > On Jan 15, 2015, at 17:59, Gwen Shapira wrote: > > Hi, > > I got convinced by Joe and Dana that errors are indeed part of the > protocol and can't be randomly added. > > So, it looks like we need to bump version of ProduceRequest in the > following

Re: Announcing Confluent

2014-11-06 Thread Steve Morin
Jay, Neha and Jun congratz!! On Thu, Nov 6, 2014 at 11:09 AM, Bhavesh Mistry wrote: > HI Guys, > > Thanks for your awesome support. I wish you good luck !! Thanks for open > sources Kafka !! > > Thanks, > > Bhavesh > > On Thu, Nov 6, 2014 at 10:52 AM, Rajasekar Elango > wrote: > > > Congrats

Re: Kafka Command Line & Shell

2014-10-17 Thread Steve Morin
Joe I think this is great! On Fri, Oct 17, 2014 at 5:03 PM, Joe Stein wrote: > Hi, I have been thinking about the ease of use for operations with Kafka. > We have lots of tools doing a lot of different things and they are all kind > of in different places. > > So, what I was thinking is to have

Re: jenkins changes required

2014-09-23 Thread Steve Morin
Why did you add the steps to have to download gradle and not just use the wrapper embedded? > On Sep 23, 2014, at 9:12, Joe Stein wrote: > > Hey, so it looks like the gradlew changes I just removed the jar is going > to require something to be done on the jenkins side since gradle has to be > i

Re: Kafka Security

2014-09-16 Thread Steve Morin
Same here > On Sep 16, 2014, at 11:51, Joe Stein wrote: > > done > >> On Tue, Sep 16, 2014 at 11:46 AM, Joel Koshy wrote: >> >> Same here. >> >> Thanks, >> >> Joel >> >>> On Tue, Sep 16, 2014 at 06:43:22PM +, Todd Palino wrote: >>> Joe, can you add me to it as well? We obviously have s

Re: Request New Feature On Kafka 0.8.1

2014-06-25 Thread Steve Morin
Bhavesh, On item 1) you didn't say why you want to be able to change the queue implementation? -Steve On Tue, Jun 24, 2014 at 4:37 PM, Bhavesh Mistry wrote: > Hi Kafka Dev Teeam, > > > > > > I would like to request following features in Kafka Async Producers: > > > > 1) Ability to Inject the

Re: Make kafka storage engine pluggable and provide a HDFS plugin?

2014-05-20 Thread Steve Morin
Hangjun, Does having Kafka in Yarn would be a big architectural change from where it is now? From what I have seen on most typical setup you want machines optimized for Kafka, not just it on top of hdfs. -Steve On Tue, May 20, 2014 at 8:37 PM, Hangjun Ye wrote: > Thanks Jun and Francois. > >

Re: Config for new clients (and server)

2014-02-11 Thread Steve Morin
I would agree Jun > On Feb 11, 2014, at 21:30, Jun Rao wrote: > > I actually think this is useful for non-LinkedIn users as well. The > following is the tradeoff that I see. > > Most users probably won't care about seeing an extra 10-20 lines of INFO > level logging when starting up a client. H

Re: Logging in new clients

2014-02-03 Thread Steve Morin
My vote would be with log4j, I don't have that much experience with log4j2 or a good feel for how much the industry is moving towards it. On Mon, Feb 3, 2014 at 11:17 AM, Joel Koshy wrote: > We are already using other libraries in various parts of our code > (e.g., metrics, zkclient, joptsimpl

Re: code layout

2014-02-03 Thread Steve Morin
> >> On Sun, Feb 2, 2014 at 4:20 PM, Steve Morin wrote: >> >> Would the admin api's potentially have different dependencies? >> >>> On Feb 1, 2014, at 15:06, Neha Narkhede wrote: >>> >>> I like A. It will be simpler to maintain and ev

Re: code layout

2014-02-02 Thread Steve Morin
Would the admin api's potentially have different dependencies? > On Feb 1, 2014, at 15:06, Neha Narkhede wrote: > > I like A. It will be simpler to maintain and evolve when we add the admin > APIs. > > > >> On Fri, Jan 31, 2014 at 7:32 PM, Steve Morin wrot

Re: code layout

2014-01-31 Thread Steve Morin
I like A or C I think it will be clearer for people to separate the two. On Fri, Jan 31, 2014 at 3:29 PM, Jay Kreps wrote: > For the new producer code we currently added the new module >clients > This builds the jar kafka-clients.jar. The core module should be renamed to > kafka-server and

Re: gradle

2013-12-23 Thread Steve Morin
Great news > On Dec 23, 2013, at 11:48, Jay Kreps wrote: > > Hey folks, > > It looks like we are about to change build systems (thanks David!). Speak > now or forever hold your peace. :-) > > https://issues.apache.org/jira/browse/KAFKA-1171 > > -Jay

Re: draw-performance-graphs.r & jmx-dump.sh

2013-12-18 Thread Steve Morin
Sounds like a good idea to me. -Steve On Wed, Dec 18, 2013 at 4:24 PM, Joe Stein wrote: > Was getting some feedback on the wiki for performance testing page and was > wondering if it is possible to get performance-graphs.r as a patch? > > I think the jmx-dump.sh part of that wiki page should ch

Re: Kafka rest endpoint: early feedback

2013-12-04 Thread Steve Morin
Sasha, Currently I am building out a rest endpoint that is taking messages from nginx and writing them out to Kafka.You should take a look at it. Will look more at your API. https://github.com/DemandCube/Sparkngin -Steve On Wed, Dec 4, 2013 at 5:46 PM, Sasha Klizhentas < sasha.klizhen..

[jira] [Commented] (KAFKA-156) Messages should not be dropped when brokers are unavailable

2013-10-21 Thread Steve Morin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801089#comment-13801089 ] Steve Morin commented on KAFKA-156: --- Scott Carey - completely agree with your use-