Gleiphir2769 commented on code in PR #921:
URL: https://github.com/apache/pulsar-client-go/pull/921#discussion_r1057546921
##########
pulsar/consumer_test.go:
##########
@@ -3177,6 +3177,7 @@ func TestConsumerSeekByTimeOnPartitionedTopic(t
*testing.T) {
// should be able to consume all messages once again
for i := 0; i < N; i++ {
msg, err := consumer.Receive(ctx)
+ fmt.Println(string(msg.Payload()) + "-" + strconv.Itoa(i))
Review Comment:
Got it. Thanks!
--
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]