shi3623704 opened a new issue, #278:
URL: https://github.com/apache/rocketmq-mqtt/issues/278
Topic不存在的时候日志有如下报错
2024-05-15 17:17:03:633 ERROR [AbstractUpstreamHook]
org.apache.rocketmq.mqtt.ds.meta.TopicNotExistException: test-topic1 NotExist
at
org.apache.rocketmq.mqtt.ds.meta.FirstTopicManager.checkFirstTopicIfCreated(FirstTopicManager.java:95)
at
org.apache.rocketmq.mqtt.ds.upstream.processor.PublishProcessor.process(PublishProcessor.java:75)
at
org.apache.rocketmq.mqtt.ds.upstream.UpstreamProcessorManager.processMqttMessage(UpstreamProcessorManager.java:73)
at
org.apache.rocketmq.mqtt.common.hook.AbstractUpstreamHook.doHook(AbstractUpstreamHook.java:44)
at
org.apache.rocketmq.mqtt.common.hook.AbstractUpstreamHook.lambda$doHook$0(AbstractUpstreamHook.java:54)
at
java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:952)
at
java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:926)
at
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
at
java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1595)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]