gosonzhang opened a new issue #1538:
URL: https://github.com/apache/incubator-inlong/issues/1538
The error like below
`[2021-09-13 16:11:59,993] ERROR sendMessage exception:
(org.apache.inlong.tubemq.server.tools.cli.CliProducer)
org.apache.inlong.tubemq.client.exception.TubeClientException: Topic topic_1
not publish, make sure the topic exist or acceptPublish and try later!
at
org.apache.inlong.tubemq.client.producer.SimpleMessageProducer.checkMessageAndStatus(SimpleMessageProducer.java:299)
at
org.apache.inlong.tubemq.client.producer.SimpleMessageProducer.sendMessage(SimpleMessageProducer.java:232)
at
org.apache.inlong.tubemq.server.tools.cli.CliProducer$MsgSender.run(CliProducer.java:288)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
`
The problem should be that there is some problem with the distribution of
Topic configuration data on the production side
--
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]