harlow

Results 34 comments of harlow

+1 to DNS discovery. This would be great addition.

I've created a "sidecar" app that runs alongside each `nsqd` instance in our cluster. It pings DNS for A records and then pushes the IP addresses to the `/config/nsqlookupd_tcp_addresses` endpoint....

@mreiferson does it make sense to add `/config/nsqlookupd_tcp_addresses` endpoint for `nsqadmin` too?

> Do you know what features would need to be implemented for compatibility? @benmanns will take a look this week; @rjrobinson maybe ActiveJob is better interface to build against (assuming...

@progrium glad I asked! Will make sure to work off of that branch. Thanks

> It would be cool if the library would detect this error and readjust the timestamp by parsing the differential of the values returned in the error message, and retry...

> Another change is that the first scan is always performed immediately, without waiting for the next scan tick. This new behavior exists regardless of whether immediate rescanning is enabled....

@jtackaberry I'd say let's keep it simple for now. If the current PR is working well for you then I'm cool with merging in it's current form. One thing I...

Thanks fo the note @sauraz, apologies for the late reply. I'll need to try to replicate this locally so I can find a work around đź‘Ť

Correct the library currently doesn’t support consumer groups (that auto balance shards) It’s supports two strategies: 1. Consumer scans all shards 2. Consumer scans single shard (you must provide the...