Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Producer Restarting{Feature Optimisation] #376

Open
suyashtava opened this issue Sep 14, 2022 · 2 comments
Open

Producer Restarting{Feature Optimisation] #376

suyashtava opened this issue Sep 14, 2022 · 2 comments

Comments

@suyashtava
Copy link

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

@suyashtava
Copy link
Author

Raised a PR for the same: #375

@github-actions
Copy link

This is your first issue in the repository. Thank you for raising this issue.' first issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant