Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.8.1
-
None
-
None
-
None
Description
Right now, if when a client uses createMessageStreamsByFilter and specifies 'n' streams (threads), 'n' should be <= the max partition count of any topic. If it is greater than that, the excess threads will be idle. However, it would be better to allow a greater number of threads and spread all the available partitions across the threads.
This should not be too difficult, but may require significant refactoring.
Although it is relevant to current trunk/0.7, we will target this for post-0.8.
Attachments
Attachments
Issue Links
- duplicates
-
KAFKA-687 Rebalance algorithm should consider partitions from all topics
- Resolved