Optimize partition_count
iterating on big set of topics
#401
Labels
enhancement
performance
Improvements and changes related to performance
producer
Producer related issues
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.The text was updated successfully, but these errors were encountered: