fixed HashPartitionService

This commit is contained in:
dashevchenko 2023-10-23 11:54:45 +03:00
parent cc3c05f6e9
commit f3a0d3a7e8

View File

@ -107,7 +107,7 @@ public class HashPartitionService implements PartitionService {
QueueKey vcKey = new QueueKey(ServiceType.TB_VC_EXECUTOR); QueueKey vcKey = new QueueKey(ServiceType.TB_VC_EXECUTOR);
partitionSizesMap.put(vcKey, vcPartitions); partitionSizesMap.put(vcKey, vcPartitions);
partitionTopicsMap.put(vcKey, topicService.buildTopicName(topicService.buildTopicName(vcTopic))); partitionTopicsMap.put(vcKey, topicService.buildTopicName(vcTopic));
if (!isTransport(serviceInfoProvider.getServiceType())) { if (!isTransport(serviceInfoProvider.getServiceType())) {
doInitRuleEnginePartitions(); doInitRuleEnginePartitions();