public class PartialRoundRobinMessageRouterImpl extends Object implements MessageRouter
| Constructor and Description |
|---|
PartialRoundRobinMessageRouterImpl(int numPartitionsLimit) |
| Modifier and Type | Method and Description |
|---|---|
int |
choosePartition(Message<?> msg,
TopicMetadata metadata)
Choose a partition based on the topic metadata.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchoosePartitionpublic PartialRoundRobinMessageRouterImpl(int numPartitionsLimit)
public int choosePartition(Message<?> msg, TopicMetadata metadata)
choosePartition in interface MessageRoutermsg - messagemetadata - topic metadataCopyright © 2017–2022 Apache Software Foundation. All rights reserved.