Dudley Carr

Results 31 comments of Dudley Carr

**Possible hack:** `finish` the message and re-publish to the same topic. Since messages will be broadcast to subscribing channels, you would unfortunately have to include something in the payload for...

RDY management as pointed out is tricky but doable. I agree that it's not entirely satisfactory and it would be nice to provide some options on how that's handled between...

If the `max_in_flight` is less than the number of nsqd instances, then you have the situation where the client has to switch between nsqd connections. Usually, this can should be...

The plan is to move to xstate at some point.

I think it's worth addressing since it's a common concern. I'll hopefully get to it soon.

I'll work on a solution today. As a workaround, you can listen for the close event and then reconnect. It's not elegant but it will work. That's effectively what the...

I think it makes sense to support async on some of the methods just as `connect`, `close` or `publish`. However, it doesn't make sense for receiving messages since it's not...

I found the culprit: https://github.com/dudleycarr/nsqjs/blob/master/lib/lookupd.js#L39 I'll get a fix in for that over the weekend.

This is something that should be added! There's some work going on right now related to Writers and so I'll include this with that.

Are you listening for the error event on the the Reader? If not, it's expected that the error will takedown your process. On Tuesday, April 19, 2016, Chunlin Li [email protected]...