Greg Vaughn
Greg Vaughn
I'm looking to get diffs from tentacat too. @smetana did you find a solution?
Thanks for your thoughts on this issue. I'm still new to this codebase, so take my comments with that in mind. What would this `token_generator` be expected to return? Is...
I see. I was too focused on the problem in front of me which only has a single producer (at least for now ;-) and I'm still getting familiar with...
I now have a working implementation of my custom SQSClient and can better comment on this issue. Yes a {M, f, a} `token_generator` called before each read/delete request would serve...
Hi, @lud thanks for your interest! I still have mixed feelings, as in the README, about whether the value/effort to make a hex package is worthwhile. The other open issue...
You message was clear enough. I understand what you're saying. Yes, my Gateway is called from the `http_req` function of the service module. The Gateway does what it needs to...
I wasn't particularly trying to follow Rene Föhring's approach. I mentioned his talk because he used the term "token" for this pattern. I personally like "accumulation pattern" more, but I...
Hi @peaceful-james ! Thanks for your interest. I'm sorry for my delay replying, but I'm glad to see you figured things out. Yes, the idea is if it's not a...
You're absolutely right. The logic should look for all 20x statuses. It hasn't been a problem for me in practice because I find the other statuses to be rarely used,...
Yes. In my original project the `encoding` field was the request encoding. The response encoding should be detectable based on headers, but I never wrote that. It is a good...