You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2021/09/13 08:18:56 UTC

[GitHub] [incubator-inlong] gosonzhang opened a new issue #1538: TubeMQ reports the error "Topic xxx not publish" when producing data

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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-inlong] dockerzhang closed issue #1538: TubeMQ reports the error "Topic xxx not publish" when producing data

Posted by GitBox <gi...@apache.org>.
dockerzhang closed issue #1538:
URL: https://github.com/apache/incubator-inlong/issues/1538


   


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org