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

Optimize partition_count iterating on big set of topics #401

Open
mensfeld opened this issue Jan 29, 2024 · 0 comments
Open

Optimize partition_count iterating on big set of topics #401

mensfeld opened this issue Jan 29, 2024 · 0 comments
Assignees
Labels
enhancement performance Improvements and changes related to performance producer Producer related issues

Comments

@mensfeld
Copy link
Member

At the moment each usage of #partition_count costs us iterating over the cache. This is sub-optimal because in case of a constant flow of messages we do it most of the time for nothing. It would be better to retrieve cache and then only invalidate if outdated.

@mensfeld mensfeld added enhancement producer Producer related issues performance Improvements and changes related to performance labels Jan 29, 2024
@mensfeld mensfeld self-assigned this Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement performance Improvements and changes related to performance producer Producer related issues
Development

No branches or pull requests

1 participant