Re: [VOTE] 0.8.2.1 Candidate 1

2015-02-18 Thread Matt Narrell
+1 > On Feb 18, 2015, at 7:56 PM, Jun Rao wrote: > > This is the first candidate for release of Apache Kafka 0.8.2.1. This > only fixes one critical issue (KAFKA-1952) in 0.8.2.0. > > Release Notes for the 0.8.2.1 release > https://people.apache.org/~junrao/kafka-0.8.2.1-candidate1/RELEASE_NOTE

Re: Kafka Mock

2014-04-30 Thread Matt Narrell
Thanks Clark. -Matt On Apr 30, 2014, at 11:04 AM, Clark Breyman wrote: > Matt - > Here's a small Gist that shows some of the setup for > Consumer.createJavaConsumer(). > https://gist.github.com/clarkbreyman/548f25ad78c4bb4a7df7 > > -Clark > > > On Wed, Apr 3

Re: Kafka Mock

2014-04-30 Thread Matt Narrell
Clark, Would you attach a small example of this mocking of Consumer.createJavaConsumer please? Thanks, Matt On Apr 30, 2014, at 6:39 AM, Clark Breyman wrote: > Mike, > > It's nowhere near a full broker, but I've had luck with using PowerMock > (Mockito version) since it can mock out the > st