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/02/15 10:06:38 UTC

[GitHub] [rocketmq-client-go] b1gcat opened a new issue #777: createtopic does not work

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


   ```
   admin.CreateTopic(rmq.ctx,
   		admin.WithTopicCreate(topic),
   		admin.WithBrokerAddrCreate(rmq.broker[0]), //fixme
   	)
   
   ```
   after coding, broker does not create topic,But if call send, as follows:
   ```
   if err := rmq.producer.SendOneWay(rmq.ctx, m)
   ```
   broker create the topic.
   
   why I only call createtopic does not work?


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