Joe Bowers

Results 9 comments of Joe Bowers

Thanks for this request! We may want to consider accepting integer (and maybe all scalar?) distinct_ids (or at least coerce them to strings) but it's true that an object or...

Just a +1 - I think may break round-tripping certain Nomad jobspecs (since [Nomad Job Tasks](https://github.com/hashicorp/nomad/blob/main/api/tasks.go#L694) contain a `map[string]interface{}` Configuration field.) I'm seeing a failure trying to encode Jobspecs that...

This is great information! (thanks for catching the reference to the new issue!)

@espiegel, you can follow progress on this issue here (rather than in #15 ) Thanks!

My current suspicion is that the time required to encode and write the data in the library is too long. It shouldn't be an issue with the queue- the tracking...

@arittr or @yinfeiru - would you comment on this?

Glad to hear you're using it! If its ok, I'd love to see some of the code you're using (particularly where you get the "End of information code..." message), and...

This makes sense- perhaps we could have a setting on construction ("Either throw exceptions or just log errors")

For timeouts, the answer is probably to use a custom consumer, so you can use your own settings (and maybe even your own library) at the HTTP client level- that...