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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to