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
{{ message }}
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
Furthermore, if multiple replicas are not supported then would it be prudent to set the deployment strategy to be Recreate or even make it a Statefulset to ensure only a single replica exists? This could potentially have other benefits such as being able to set a static group.consumer.id
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi is there a documented reason that the number of replicas in the helm-chart is hard coded to 1?
https://github.com/seglo/kafka-lag-exporter/blob/master/charts/kafka-lag-exporter/templates/040-Deployment.yaml#L11
Furthermore, if multiple replicas are not supported then would it be prudent to set the deployment strategy to be
Recreate
or even make it aStatefulset
to ensure only a single replica exists? This could potentially have other benefits such as being able to set a static group.consumer.idThe text was updated successfully, but these errors were encountered: