Tnx! Looks like fix is already in for 0.10.1.0
On Tue, Oct 4, 2016 at 6:18 PM, Guozhang Wang wrote:
> Created https://issues.apache.org/jira/browse/KAFKA-4253 for this issue.
>
>
> Guozhang
>
> On Tue, Oct 4, 2016 at 3:08 PM, Guozhang Wang wrote:
>
> > Hello Srikanth,
> >
> > We close the under
Created https://issues.apache.org/jira/browse/KAFKA-4253 for this issue.
Guozhang
On Tue, Oct 4, 2016 at 3:08 PM, Guozhang Wang wrote:
> Hello Srikanth,
>
> We close the underlying clients before closing the state manager (hence
> the states) because for example we need to make sure producer's
Hello Srikanth,
We close the underlying clients before closing the state manager (hence the
states) because for example we need to make sure producer's sent records
have all been acked before the state manager records the changelog sent
offsets as end offsets. This is kind of chicken-and-egg probl