ence/display/KAFKA/Idempotent+Producer
>
> Do you think this new feature will solve your case?
>
> Guozhang
>
>
> On Mon, May 19, 2014 at 2:40 PM, Bob Potter
> wrote:
>
> > Hello,
> >
> > We have a use case where we want to replicate an event stream
Hello,
We have a use case where we want to replicate an event stream which exists
outside of kafka into a kafka topic (single partition). The event stream
has sequence ids which always increase by 1. We want to preserve this
ordering.
The difficulty is that we want to be able to have the process
in the next release--the perf hit is pretty
> > minor and it is an annoyance and source of bugs for clients.
> >
> > For now you have to handle it, so I added documentation to the protocol
> wiki.
> >
> > Sorry!
> >
> > -Jay
> >
> > On Wed, Jun
Howdy,
I'm developing a client for kafka 0.8. It looks like a fetch response will
sometimes end with a partial message. I understand why this might be the
case but it was unexpected and as far as I can tell undocumented.
Is my understanding correct or am i missing something?
-Bob
Howdy,
I just pushed the initial version of a new Ruby client that implements the
new 0.8 wire protocol and includes a producer which uses the topic metadata
API to distribute messages across a cluster.
https://github.com/bpot/poseidon
It's still very alpha, but I hope to put it through its pace