Dan Carley
Dan Carley
Sorry for the delay. I've rebased against master, changed the commit to `chore`, and removed the CHANGELOG entry.
> Shouldn't we be fixing the underlying problem with `kong.log` to also provide the proper namespace when in a timer context? I'd love to, but can't see a way to...
Thanks for the feedback. I'll rework this soon based on the new OTel support.
If they're all "sub-projects" (with `lein-sub` or `lein-modules`) then you can use the same approach as Pedestal: https://github.com/pedestal/pedestal/blob/166d788dc0c6a40184bb4c105c100db803235df8/project.clj#L25-L46
I experienced the same problem in a project that uses [`:managed-dependencies` from a shared `lein-parent` project](https://github.com/technomancy/leiningen/blob/master/doc/MANAGED_DEPS.md#lein-parent-projects) with the following: ```clj [org.ow2.asm/asm "7.0"] [org.ow2.asm/asm-analysis "7.0"] [org.ow2.asm/asm-commons "7.0"] [org.ow2.asm/asm-tree "7.0"] [org.ow2.asm/asm-util "7.0"]...
We were told this by AWS support: > Similarly, when you deregister a target from your Network Load Balancer, it is expected to take 90-180 seconds to process the requested...
@scseanchow Is that the right link? It doesn't look to be related to this.
@scseanchow Thanks. That would certainly solve the "Infrastructure defaults" aspect - I'll follow along those issues and [KEP0010](https://github.com/Kong/kubernetes-ingress-controller/blob/main/keps/0010-dynamic-plugin-configuration.md). It wouldn't solve the "Same plugin for multiple purposes" aspect. Should I...
> Just wondering what kind of scenario need to limiting by the URL path. Because I think the client always can change the URL. Does it still make sense to...