kafka-connect-mq-source
kafka-connect-mq-source copied to clipboard
Kafka Connect source connector's tasks going up and down
Occasionally with Kafka Connect, I see my IBMMQ SourceConnector's task go up and down, that is, the REST interface sometimes reports one task that is RUNNING and sometimes reports no tasks (the connector remains RUNNING this whole time). During these times, the task seems to be working when it's running. Then, if I delete and re-create the connector, the problem seems to go away. I suspect something is wrong--that tasks shouldn't churn like this, right? I use KAFKA- 2.2.0 and SCALA - 2.12. Does it have to do anything with Kafka version?