Jason Gustafson created KAFKA-3674: -------------------------------------- Summary: Connector target state changes not propagated to all workers Key: KAFKA-3674 URL: https://issues.apache.org/jira/browse/KAFKA-3674 Project: Kafka Issue Type: Bug Components: KafkaConnect Reporter: Jason Gustafson Assignee: Jason Gustafson Priority: Blocker
Current handling of target state changes to a connector in DistributedHerder seems dubious. We don't appear to propagate changes to the worker unless it is running the connector itself, which means tasks running on separate workers will not be notified of state changes. This should have been caught with unit tests, but current coverage seems quite poor, so we should improve that as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332)