Fix : the topic attribute will be replace by null (#5527)

This commit is contained in:
Humkum
2022-11-16 20:28:29 +08:00
committed by GitHub
parent b39f687f11
commit 48fab975e4
@@ -1651,7 +1651,7 @@ public class DefaultMQAdminExtImpl implements MQAdminExt, MQAdminExtInner {
@Override
public void createTopic(String key, String newTopic, int queueNum,
Map<String, String> attributes) throws MQClientException {
createTopic(key, newTopic, queueNum, 0, null);
createTopic(key, newTopic, queueNum, 0, attributes);
}
@Override