Re: Release Kafka 0.9.0.2?

2016-12-01 Thread Ben Osheroff
+1. At the least an answer regarding timelines would be good here. On Wed, Nov 30, 2016 at 02:46:59PM +0100, Stevo Slavić wrote: > Hello Apache Kafka community, > > Would it be possible to release 0.9.0.2? > > It has few important fixes, like KAFKA-3594 >

release 0.9.0.2?

2016-11-21 Thread Ben Osheroff
Hi, We recently upgraded to 0.9.0.1, and pretty soon thereafter crashed headlong into https://issues.apache.org/jira/browse/KAFKA-3594, which involves crashing and possible data loss/duplication for us. Any chance of getting a 0.9.0.2 happening soon? Thanks! ben osheroff zendesk.com

Re: programmatic way to check for topic existence?

2016-10-25 Thread Ben Osheroff
t; You can list all the available topic information and do a simple look up > from the returned list. > > Map<String, List > topics = consumer.listTopics(); > topics.contains () - isn't enough? > > -- Kamal > On 25 Oct 2016 22:56, "Ben Osheroff" <b...@zendesk.com.inva

Re: programmatic way to check for topic existence?

2016-10-25 Thread Ben Osheroff
gt; Andy > > On Mon, Oct 24, 2016 at 2:32 PM, Ben Osheroff <b...@zendesk.com.invalid> > wrote: > > > Hiya! > > > > I've been trying to merge https://protect-us.mimecast.com/s/ANVVBZU83nznf9, > > which adds a much-requested feature of Maxwell, that of bein

Re: programmatic way to check for topic existence?

2016-10-25 Thread Ben Osheroff
us.mimecast.com/s/LLEEBwuodaEbCd > > In version 8/9, there was also the ZKUtils, but the desire is to have clients > not to interrogate ZK directly. > > On 10/24/16, 4:32 PM, "Ben Osheroff" <b...@zendesk.com.INVALID> wrote: > > Hiya! > > I'

Re: JVM Optimizations

2016-06-09 Thread Ben Osheroff
. -XX:PermSize=48m -XX:MaxPermSize=48m -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 Thanks! Ben Osheroff Zendesk.com On Thu, Jun 09, 2016 at 03:52:41PM -0400, Stephen Powis wrote: > NOTE -- GC tuning is outside the realm of my expertise by all means, so I'm > not sure I'd use ou