Damien Krotkine
Damien Krotkine
coming back to this issue, it seems that ``` - croak("Error while reading from Redis server: $!") + $self->__throw_reconnect("Error while reading from Redis server: $!") ``` would invalidate the documentation...
I'm also very much in need for such a feature!
kaffe seems to assume that developers want only one consumer group, one producer. Most of the time people need more things at the same time. So yes, a rework of...
You might want to have multiple consumer groups, doing different things, like consuming from 2 different sets of topics independantly. You also could consume from two different kafka clusters and...
Well, it's an issue, because (correct me if I'm wrong) but kaffe can only setup one message handler, so you've got one handler for both data and instruction topics, so...
> This is true, only one message handler is supported. Isolation would have to be handled downstream. Which might be an issue if for instance one topic if DDos-ed with...