Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.5.4, 1.6.1
Description
In the discussion of broadcast improvement, pnowojski pointed out the issue of improving the current channel selector.
In ChannelSelector#selectChannels, it would return an array for selected channels. But considering specific implementations, only BroadcastPartitioner would select all the channels, and other implementations will select one channel. So we can simple this interface to return single channel index for benefiting performance, and specialize the BroadcastPartitioner in a more efficient way.
Attachments
Issue Links
- links to