We plan to work on the feature this summer, and make it available in the
0.9 release. Please try it out then and give us any feedbacks you have.
Guozhang
On Tue, May 20, 2014 at 9:23 AM, Bob Potter wrote:
> Hi Guozhang,
>
> That looks great! I think it would solve our case.
>
> Thanks,
> Bob
>
Hi Guozhang,
That looks great! I think it would solve our case.
Thanks,
Bob
On 20 May 2014 00:18, Guozhang Wang wrote:
> Hello Bob,
>
> What you described is similar to the idempotent producer design that we are
> now discussing about:
>
> https://cwiki.apache.org/confluence/display/KAFKA/Ide
Hello Bob,
What you described is similar to the idempotent producer design that we are
now discussing about:
https://cwiki.apache.org/confluence/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 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