Re: Kafka Connect: Paused connector but still processing data

2017-01-23 Thread Stephane Maarek
Hi Ewen I can't reproduce the bug but I was just using the standard rest API. I'll let you know if it happens again once 0.10.2.0 is released or if I find a reliable way to reproduce Regards Stephane On 24 Jan. 2017 3:25 pm, "Ewen Cheslack-Postava" wrote: > There was this

Re: Kafka Connect: Paused connector but still processing data

2017-01-23 Thread Ewen Cheslack-Postava
There was this issue: https://issues.apache.org/jira/browse/KAFKA-4527 which was a test failure that had to do with updating the status as soon as the request to pause the connector was received rather than after it was processed. The corresponding PR fixed that (and will be released in 0.10.2.0).

Kafka Connect: Paused connector but still processing data

2017-01-16 Thread Stephane Maarek
Hi, I have paused my connector yet it’s still very much active and processing data. I can see because the offset lag keeps on decreasing (it got 100M messages to read yet). Is such a bug known? When I get the status it says PAUSED (It is a custom connector, but I don’t think I’ve implemented