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 Nov 15, 2022. It is now read-only.
At the moment, users have to create a 'job-offers' topic and set the number of partitions themselves to avoid topic automatic creation. My proposition is to manage an ENV variable that store the number of partitions in this topic.
Users then can use kirby cli to set/change this value. On the event of change, a procedure will be run to update this topic's number of partitions. Furthermore, when starting supervisors, we can check this ENV variable so that one cannot start too many supervisors that exceed this value.
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.
At the moment, users have to create a 'job-offers' topic and set the number of partitions themselves to avoid topic automatic creation. My proposition is to manage an ENV variable that store the number of partitions in this topic.
Users then can use kirby cli to set/change this value. On the event of change, a procedure will be run to update this topic's number of partitions. Furthermore, when starting supervisors, we can check this ENV variable so that one cannot start too many supervisors that exceed this value.
The text was updated successfully, but these errors were encountered: