depth of channel showing in nsqadmin increasing fast when producer send message to same topic via different nsqd

306 Views Asked by At

I play with nsqd a little bit and met the prob mentioned in the title. But when I send message via single nsqd, there is no such prob. Does this mean message should always be sent via same nsqd?

Here is my project. https://github.com/hoozecn/nsqd-cluster

1

There are 1 best solutions below

0
hoozecn On BEST ANSWER

It's resolved by set a higher MaxInFlight value.

ref: https://github.com/nsqio/nsq/issues/1213