You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/01/06 09:33:55 UTC

[GitHub] [rocketmq] hah1346798520 opened a new issue #3715: Create "RMQ_SYS_TRACE_TOPIC" topic when autoCreateTopicEnable=true and traceTopicEnable = false

hah1346798520 opened a new issue #3715:
URL: https://github.com/apache/rocketmq/issues/3715


   **BUG REPORT**
   1.start Namesrv
   2.start broker
   3.sendmsg and it work
   ```
           DefaultMQProducer producer = new DefaultMQProducer("ProducerGroupName");
           producer.setNamesrvAddr("127.0.0.1:9876");
           producer.start();
           Message msg = new Message("RMQ_SYS_TRACE_TOPIC",
               "TagA",
               "OrderID188",
               "Hello world".getBytes(RemotingHelper.DEFAULT_CHARSET));
           SendResult sendResult = producer.send(msg);
   ```
   
   4.environment:
   autoCreateTopicEnable = true
   traceTopicEnable = false


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] yuz10 commented on issue #3715: Create "RMQ_SYS_TRACE_TOPIC" topic when autoCreateTopicEnable=true and traceTopicEnable = false

Posted by GitBox <gi...@apache.org>.
yuz10 commented on issue #3715:
URL: https://github.com/apache/rocketmq/issues/3715#issuecomment-1006416267


   RMQ_SYS_TRACE_TOPIC is a system topic for tracing and cant be created automatically


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] yuz10 closed issue #3715: Create "RMQ_SYS_TRACE_TOPIC" topic when autoCreateTopicEnable=true and traceTopicEnable = false

Posted by GitBox <gi...@apache.org>.
yuz10 closed issue #3715:
URL: https://github.com/apache/rocketmq/issues/3715


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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