fix duplicates
This commit is contained in:
parent
8e89ea9729
commit
0240476b4e
@ -119,7 +119,7 @@ class DefaultTbContext implements TbContext {
|
||||
|
||||
@Override
|
||||
public void enqueue(TbMsg tbMsg, Runnable onSuccess, Consumer<Throwable> onFailure) {
|
||||
TopicPartitionInfo tpi = mainCtx.resolve(ServiceType.TB_RULE_ENGINE, getTenantId(), tbMsg.getOriginator());
|
||||
TopicPartitionInfo tpi = resolvePartition(tbMsg);
|
||||
enqueue(tpi, tbMsg, onFailure, onSuccess);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user