Michael D'Auria

Results 9 comments of Michael D'Auria

We're experiencing the same issue, perhaps RubyZip could be replaced with https://bitbucket.org/winebarrel/zip-ruby/wiki/Home ?

I will try this out today and report back

This did not end up helping too much, memory seemed more stable, but we still ran out anyway.

Is this going to make it into Milestone 2.0.0? I see that rc1 is in the pipeline and this seems like a really major flaw...

The cm version is working for me, but I get the same error as you with mecm

You should check the lag and logSize of your topic with a command like this: ``` kafka-run-class.sh kafka.tools.ConsumerOffsetChecker --zookeeper 127.0.0.1:2181 --group $CONSUMER_GROUP --topic $TOPIC ``` Output: ``` Group Topic Pid...

That is correct, an implementation of consumer groups is here: https://github.com/bsm/poseidon_cluster It only covers some of the cases required for running a consumer, so make sure you test failure scenarios....