Archimedes Trajano

Results 425 comments of Archimedes Trajano

Let me check I haven't done this update for a while In case you need to verify @PKeidel this is my `Dockerfile` ``` FROM caddy:builder-alpine AS builder RUN --mount=type=cache,target=/go/pkg/mod/cache xcaddy...

Actually someone else can make the PR, my actual changes spanned quite a few things after already like adding tracing down to the lower levels but I think that's being...

It would be nice so we can get the span part of the OTEL trace-parent header. So don't limit it to just specifying the header but also allow us to...

Sorry to necro, but this is the first hit when I Google "spring cloud gateway DNS cache" I think it would be the same context. In my case I have...

Anyway this is technically doable (in Hoxton at least through HttpClientCustomizers) ``` @Component public class RemoveDnsCacheCustomizer implements HttpClientCustomizer { @Override public HttpClient customize(HttpClient httpClient) { DnsNameResolverBuilder dnsResolverBuilder = new DnsNameResolverBuilder()...

Low hanging fruit would be to add the code snippet to the documentation. A more comprehensive one would likely be something akin to auto-configuring a `DnsNameResolver` if one is not...

@salaboy no but having the TTL short is usually enough. It may overload the DNS if it is too low anyway.

@salaboy nope I'm on swarm.

@mhzawadi what's the official docker image for this one?

I switched to https://github.com/trajano/notify_push :D