Browse Source

Fix tupo

pull/12588/head
Andrii Landiak 1 year ago
parent
commit
b29cc4fc41
  1. 2
      common/queue/src/main/java/org/thingsboard/server/queue/discovery/TopicService.java

2
common/queue/src/main/java/org/thingsboard/server/queue/discovery/TopicService.java

@ -47,7 +47,7 @@ public class TopicService {
@Value("${queue.edge.event-notifications-topic:tb_edge_event.notifications}")
private String tbEdgeEventNotificationsTopic;
@Value("${queue.calculated_fields.notifications-topic:calculated_field}")
@Value("${queue.calculated_fields.notifications-topic:calculated_field.notifications}")
private String tbCalculatedFieldNotificationsTopic;
private final ConcurrentMap<String, TopicPartitionInfo> tbCoreNotificationTopics = new ConcurrentHashMap<>();

Loading…
Cancel
Save