wljin321 opened a new issue, #197:
URL: https://github.com/apache/rocketmq-mqtt/issues/197
kvConfig
{"configTable":{"LMQ":{"LMQ_CONNECT_NODES":"localhost","topic001":"topic001/+,topic001/r,topic001/r1,topic001/r2,topic001/r/+","ALL_FIRST_TOPICS":"topic001,topic002"}}}
运行 example
2023-06-08 22:40:10.282 [NettyClientPublicExecutor_2] ERROR
o.apache.rocketmq.mqtt.cs.session.loop.QueueCache -
java.util.concurrent.CompletionException:
org.apache.rocketmq.client.exception.MQBrokerException: CODE: 17 DESC:
topic[%LMQ%topic001%r1%] not exist, apply first please!
See https://rocketmq.apache.org/docs/bestPractice/06FAQ for further details.
BROKER: 192.168.139.1:10911
at
java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:326)
at
java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:338)
at
java.util.concurrent.CompletableFuture.uniRelay(CompletableFuture.java:911)
at
java.util.concurrent.CompletableFuture$UniRelay.tryFire(CompletableFuture.java:899)
at
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
at
java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1969)
at
org.apache.rocketmq.mqtt.ds.store.LmqQueueStoreManager$3.onException(LmqQueueStoreManager.java:249)
at
org.apache.rocketmq.mqtt.ds.store.LmqQueueStoreManager$4.onException(LmqQueueStoreManager.java:361)
at
org.apache.rocketmq.client.impl.MQClientAPIImpl$2.operationComplete(MQClientAPIImpl.java:763)
at
org.apache.rocketmq.remoting.netty.ResponseFuture.executeInvokeCallback(ResponseFuture.java:54)
at
org.apache.rocketmq.remoting.netty.NettyRemotingAbstract$2.run(NettyRemotingAbstract.java:320)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266)
at java.util.concurrent.FutureTask.run(FutureTask.java)
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)
Caused by: org.apache.rocketmq.client.exception.MQBrokerException: CODE: 17
DESC: topic[%LMQ%topic001%r1%] not exist, apply first please!
See https://rocketmq.apache.org/docs/bestPractice/06FAQ for further details.
BROKER: 192.168.139.1:10911
at
org.apache.rocketmq.client.impl.MQClientAPIImpl.processPullResponse(MQClientAPIImpl.java:808)
at
org.apache.rocketmq.client.impl.MQClientAPIImpl.access$200(MQClientAPIImpl.java:171)
at
org.apache.rocketmq.client.impl.MQClientAPIImpl$2.operationComplete(MQClientAPIImpl.java:759)
... 8 common frames omitted
--
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]