dave08

Results 25 comments of dave08

See: https://diogomonica.com/2017/03/27/why-you-shouldnt-use-env-variables-for-secret-data/ for explanation of why, and: https://github.com/DanielDent/docker-postgres-replication/pull/7 for possible how.. I just don't understand enough about replication and pg, and am very limited for time (like everybody :) )...

JsonPath just wouldn't conform with the DSL and is not an assertion language but rather a retreival language... if JsonArray is treated like a List and JsonObject like a map,...

We're having the same problem...

Maybe this could be implemented as an addition to `StatusPages` that allows catching an error that `call.respond()` wasn't called.

You mean that ktor would expose its eventloopgroup, and then the work would be wiring Vert.x to use it?

@orangy I think this is important, since Ktor doesn't yet have any real async db, file io or event bus, etc.. components, and the true power of coroutines doesn't lie...

I think that kind of defeats the purpose.. the idea for me is that in Docker Swarm, I get a lot of the Verticle functionality... for certain services, Verticles are...

Little gentle ping :slightly_smiling_face:, any ETA for this? I want to update my ArgoCD deployment, and this is the blocker... if it's a hard one, I guess I'll look into...

KotlinTest seems to do this with system properties: https://github.com/kotlintest/kotlintest/blob/master/doc/reference.md#focus It could currently be done by making extra extension functions for groups that just check those system properties against the tags...