0

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

hoozecn
  • 497
  • 4
  • 14

1 Answers1

0

It's resolved by set a higher MaxInFlight value.

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

hoozecn
  • 497
  • 4
  • 14