You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/11/15 08:14:03 UTC

[GitHub] [rocketmq] humkum opened a new issue, #5526: Fix : Topic attribute should not be replace by null.

humkum opened a new issue, #5526:
URL: https://github.com/apache/rocketmq/issues/5526

   Topic attribute would replace by null, if create topic with method `org.apache.rocketmq.tools.admin.DefaultMQAdminExtImpl.createTopic` as follows:
   
   ```
   @Override
       public void createTopic(String key, String newTopic, int queueNum,
           Map<String, String> attributes) throws MQClientException {
           createTopic(key, newTopic, queueNum, 0, null);
       }
   ```


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

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


[GitHub] [rocketmq] hzh0425 closed issue #5526: Fix : Topic attribute should not be replace by null.

Posted by GitBox <gi...@apache.org>.
hzh0425 closed issue #5526: Fix : Topic attribute should not be replace by null.
URL: https://github.com/apache/rocketmq/issues/5526


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

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