Sargun Dhillon
Sargun Dhillon
@abridgett Yeah, we don't have any kind of rate limiting / throttling. We solve this problem in DC/OS by having a DNS proxy.
Could you provide a wireshark capture of your DNS traffic?
Paging @nickbp, who is working on DCOS metrics.
@jdef It appears like go-kit's metrics support prometheus.
The use case is that I have a protocol which takes JSON over streaming sockets (TCP, websocket). JSON is basically the "framing" format. Because of the properties of the protocol,...
Yeah, I'd think so, the only reason I'm returning the extra position is because I wanted it to be as similar to the existing API mechanism as possible. I agree,...
Fixed the braces.
How do you want to proceed?
> @sargun had a comment about registry support for this. Many registries supply ETags today, but it's unclear if they already support conditional requests. > > One simple idea would...
Doesn't this get handled in the image spec with the "fat manifest" format?