wolfstudy commented on a change in pull request #175: Fix partition key not set
in batch builder
URL: https://github.com/apache/pulsar-client-go/pull/175#discussion_r367746342
##########
File path: pulsar/consumer_test.go
##########
@@ -280,7 +280,7 @@ func TestConsumerKeyShared(t *testing.T) {
defer producer.Close()
ctx := context.Background()
- for i := 0; i < 10; i++ {
+ for i := 0; i < 100; i++ {
Review comment:
Just to ensure that every consumer receives a message
----------------------------------------------------------------
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