public interface ConnectorContextConnectors to proactively interact with the Kafka Connect runtime.| Modifier and Type | Method and Description |
|---|---|
void | raiseError(Exception e)Raise an unrecoverable exception to the Connect framework. |
void | requestTaskReconfiguration()Requests that the runtime reconfigure the Tasks for this source. |
void requestTaskReconfiguration()
void raiseError(Exception e)
e - Exception to be raised.