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 2021/12/03 01:59:29 UTC

[GitHub] [rocketmq-client-go] littleantfly opened a new issue #751: consumer can't create topic auto

littleantfly opened a new issue #751:
URL: https://github.com/apache/rocketmq-client-go/issues/751


   rocketmq-client-go version: 2.1.0
   
   希望可以像Java SDK一样,consumer可以自动创建Topic。
   
   目前需要手动通过
   `err = testAdmin.CreateTopic(
   		context.Background(),
   		admin.WithTopicCreate(topic),
   		admin.WithBrokerAddrCreate(brokerAddr),
   	)`  来创建,
   且必须提供brokerAddr。通过namesrvAddr获取brokerAddr的接口被封装到了sdk内部,外部无法调用.
   


-- 
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