Hellojungle commented on a change in pull request #12: [WIP]More Configurable
fields and mores
URL: https://github.com/apache/rocketmq-client-go/pull/12#discussion_r241655331
##########
File path: core/api.go
##########
@@ -52,23 +63,29 @@ type Producer interface {
}
// NewPushConsumer create a new consumer with config.
-func NewPushConsumer(config *ConsumerConfig) (PushConsumer, error) {
+func NewPushConsumer(config *PushConsumerConfig) (PushConsumer, error) {
return newPushConsumer(config)
Review comment:
What is the meaning? Just for make it exportable?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services