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
Producer Service restarts at the addition of each new partition.
Right now we have a newPartitionHandler thread that periodically checks if there are new partition, if there are/is it kills the whole service and restart it.
Instead, we can update the partition state and run a thread right away which will avoid unnecessary restart
The text was updated successfully, but these errors were encountered:
Producer Service restarts at the addition of each new partition.
Right now we have a newPartitionHandler thread that periodically checks if there are new partition, if there are/is it kills the whole service and restart it.
Instead, we can update the partition state and run a thread right away which will avoid unnecessary restart
The text was updated successfully, but these errors were encountered: