nodece commented on code in PR #921:
URL: https://github.com/apache/pulsar-client-go/pull/921#discussion_r1057422927
##########
pulsar/consumer_partition.go:
##########
@@ -138,15 +138,14 @@ type partitionConsumer struct {
// the size of the queue channel for buffering messages
queueSize int32
queueCh chan []*message
- startMessageID trackingMessageID
+ startMessageID atomicMessageID
Review Comment:
Could `atomic.Value{}` instead of this?
--
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]