cckellogg commented on issue #147: consumer.Receive () is blocking, availablePermits are decreasing, but msgBacklog is increasing URL: https://github.com/apache/pulsar-client-go/issues/147#issuecomment-569440203 Does this only happen for a failover subscription? Do you have multiple consumers for that failover subscription? What value are you using for ConfMgr.PULSAR_CONSUME_QUESIZE? Can you try getting some client debug logs too? I think you can this to turn on debugging. log "github.com/sirupsen/logrus" and then do something like this. ``` func init() { log.SetLevel(log.DebugLevel) } ```
---------------------------------------------------------------- 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
