- Enhancement to allow KafkaExporter to use "deploymentStrategy: Recreate"
- KafkaExporter's deploymentStrategy is "RollingUpdate" and cannot be changed.
- Since "RollingUpdate" creates a new pod and then deletes the old one, it temporarily requires the workers to have spare resources. However, there is a partial requirement that resources cannot be afforded.
- KafkaExporter has "deployment" property in "KafkaExporterSpec" as "ResourceTemplate", but maybe it should be "DeploymentTemplate" as upwardly compatible like KafkaConnect or KafkaMirrorMaker.
- links to