. > > > In order to allow correctly choosing a partition the Producer interface > > will include a new method: > > List<PartitionInfo> partitionsForTopic(String topic); > > PartitionInfo will be changed to include the actual Node objects not just > > the Node ids. > > Why are the node id's alone insufficient? You can still do > round-robin/connection-limiting, etc. with just the node id right?
Actually no - we do need the full node info. -- Sent from Gmail Mobile