merlimat commented on a change in pull request #86: Simplify and refactor parts
of the single topic consumer.
URL: https://github.com/apache/pulsar-client-go/pull/86#discussion_r344856166
##########
File path: pulsar/consumer.go
##########
@@ -91,7 +93,7 @@ type ConsumerOptions struct {
// InitialPosition at which the cursor will be set when subscribe
// Default is `Latest`
- SubscriptionInitPos InitialPosition
+ SubscriptionInitPos SubscriptionInitialPosition
Review comment:
We could leave the variable name out here since it's the same as the enum
type.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services