pulsar-client-go icon indicating copy to clipboard operation
pulsar-client-go copied to clipboard

A Go client library for Apache Pulsar

Results 7 pulsar-client-go issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

v0.3.1 use host: pulsar://10.57.98.208:6650,10.57.98.209:6650,10.57.98.210:6650, happend WARN[2510] [Failed to connect to broker.] error="dial tcp: address 192.168.33.3:6650,192.168.33.4:6650,192.168.33.5:6650: too many colons in address" remote_addr="pulsar://192.168.33.3:6650,192.168.33.4:6650,192.168.33.5:6650"

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

after ManagedConsumer.Close(), ManagedConsumer.manage() will receive

#### Expected behavior When using a managed consumer with QueueSize == 1, eg ``` c := pulsar.ManagedConsumerConfig{ QueueSize: 1, } ``` Then it's expected that `c.ReceiveAsync` receive messages. #### Actual...

bug

whatever I use consumerManager or consumer, both I can't position the message to a specified cursor. This is nessary for my function.