Skip to content

Commit 19a5997

Browse files
crossoverJienodece
andauthored
Update pulsar/consumer_zero_queue_test.go
Co-authored-by: Zixuan Liu <nodeces@gmail.com>
1 parent 3f9b72c commit 19a5997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulsar/consumer_zero_queue_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func TestMultipleConsumer(t *testing.T) {
135135
// create producer
136136
producer, err := client.CreateProducer(ProducerOptions{
137137
Topic: topic,
138-
DisableBatching: false,
138+
DisableBatching: true,
139139
})
140140
assert.Nil(t, err)
141141
defer producer.Close()

0 commit comments

Comments
 (0)