Kafka connect Graceful stop of task failed

2023-08-16 Thread Robson Hermes
Hello I'm using kafka connect 7.4.0 to read data from Postgres views and write to another Postgres tables. So using JDBC source and sink connectors. All works good, but whenever I stop the source connectors via the rest api: DEL http://kafka-connect:8083/connectors/connector_name_here The connec

Re: Kafka connect Graceful stop of task failed

2023-08-21 Thread Robson Hermes
Hello Greg (sorry about the duplicate e-mail, forgot to cc users mailing list) Thanks a lot for your detailed reply. I'm using JDBC Source connectors from kafka-connect-jdbc . Indeed the `poll()` implementation is blocked, so it only processes a

Re: Kafka connect Graceful stop of task failed

2023-08-21 Thread Robson Hermes
nd then stop the connector > > On Thu, 17 Aug 2023 at 2:51 AM, Robson Hermes > wrote: > > > Hello > > > > I'm using kafka connect 7.4.0 to read data from Postgres views and write > to > > another Postgres tables. So using JDBC source and sink connectors. &

Re: Kafka connect Graceful stop of task failed

2023-08-21 Thread Robson Hermes
efore stopping the worker. > > Though I am not expert in this. > > On Mon, 21 Aug 2023 at 7:10 PM, Robson Hermes > wrote: > > > Hello Sunil > > > > I'm not calling a stop, I'm straight deleting the connectors with the > > DELETE. Stopping the co

Re: Kafka connect Graceful stop of task failed

2023-08-21 Thread Robson Hermes
> behavior when no data is being emitted: > https://github.com/confluentinc/kafka-connect-jdbc/pull/947 but I'm > not sure if that is relevant to your situation. > > Thanks! > Greg > > On Mon, Aug 21, 2023 at 6:53 AM Robson Hermes > wrote: > > > > No, it sto