You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KafkaConnectClient provides only the restartConnector(name) method to restart the connector. Internally used PostConnectorRestart class can be parameterized with withIncludeTasks and withOnlyFailed, but I don't see any possibility to use it directly. How can I restart the connector with all/only failed Tasks?