Skip to content

NsqSharp 0.5.3

Compare
Choose a tag to compare
@judwhite judwhite released this 19 Aug 05:17

New features:

  • Consumer: Add functionality to redistribute RDY count to nsqd nodes with messages when one or more nodes is idle greater than Config.LowRdyIdleTimeout. Enables better utilization of Consumer processing when one or more nsqd nodes is idle for a given topic. Example: if nsqd-1 has 100,000 messages and nsqd-2 has 0, more of the RDY count will be given to nsqd-1 instead of the normal even distribution across connections.
  • Add Config.RDYRedistributeOnIdle to enable above behavior. Default = false.

Fixed issues:

  • Fix Conn.LastMessageTime calculation.