Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

cp-kafka-connect: deploymentStrategy #647

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ulfox
Copy link

@ulfox ulfox commented May 30, 2023

What changes were proposed in this pull request?

Allow setting the deployment startegy for the deployment

For example allow setting a RollingUpdate stategy.

Additional notes:
Currently, when we make a change to the deployment, all workers will get re-created at the same time.
With this addition, a change on the deployment, will not re-create all the workers at the same time, but in
a rolling restart way.

How was this patch tested?

Locally using minikube

Allow setting the deployment startegy for the deployment

For example allow setting a RollingUpdate stategy.
@ulfox ulfox requested a review from a team as a code owner May 30, 2023 13:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant