refactor: remove xinda from active runtime surface
This commit is contained in:
@@ -31,13 +31,7 @@ public final class EnsureKafkaTopics {
|
||||
topic("vehicle.dlq.jt808.v1", 3),
|
||||
topic("vehicle.event.mqtt-yutong.v1", 12),
|
||||
topic("vehicle.raw.mqtt-yutong.v1", 12),
|
||||
topic("vehicle.dlq.mqtt-yutong.v1", 3),
|
||||
topic("vehicle.event.xinda.v1", 12),
|
||||
topic("vehicle.raw.xinda.v1", 12),
|
||||
topic("vehicle.dlq.xinda.v1", 3),
|
||||
topic("vehicle.event.xinda-push.v1", 12),
|
||||
topic("vehicle.raw.xinda-push.v1", 12),
|
||||
topic("vehicle.dlq.xinda-push.v1", 3));
|
||||
topic("vehicle.dlq.mqtt-yutong.v1", 3));
|
||||
|
||||
Properties props = new Properties();
|
||||
props.put(AdminClientConfig.BOOTSTRAP_SERVERS_CONFIG, brokers);
|
||||
|
||||
Reference in New Issue
Block a user