Replies: 1 comment 4 replies
-
Sorry, I'm not really sure what exactly are you talking about. Maybe you can decribe it step by step or something to make it easier to understand? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a JDBC Source Connector pulling data from a database on a daily schedule.
I need to prevent the associated task restarting if the underlying Kubernetes Cluster nodes are rebooted or redeployed.
I use Kured to reboot my nodes when there is an OS patch that requires reboot. This is an automated process but it has the unintended consequence of restarting my Connectors when they are moved between Nodes and hence Kafka Connect Workers.
Beta Was this translation helpful? Give feedback.
All reactions