GitHub user francisoliverlee edited a comment on the discussion: C#  Client not 
creating topics

1. make sure autoCreateTopicEnable=true in broker config that would allow 
create topics autoly
2.  this client does support Admin APIs.  three ways of creating topic by-self
  - 2.1 use [admin 
command](https://rocketmq.apache.org/docs/deploymentOperations/02admintool#topic-related)
  ```
  run command in broker or namesrv dir,
  such as : bin/mqadmin updateTopic -n namesrv-ip:namesrv-port -t 
your-topic-name -c your-cluster-name
  ```
<img width="1491" alt="Clipboard_Screenshot_1741139955" 
src="https://github.com/user-attachments/assets/a8e1998c-f09e-41ea-b8b5-a5e23c5b3b98";
 />

  - 2.2 use [rocketmq dashboard](https://github.com/apache/rocketmq-dashboard)
  - 2.3 use [admin tool by 
java](https://github.com/apache/rocketmq/tree/develop/tools)

GitHub link: 
https://github.com/apache/rocketmq-clients/discussions/953#discussioncomment-12395492

----
This is an automatically sent email for dev@rocketmq.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org

Reply via email to