Lukas Schmierer
Lukas Schmierer
I am working in a team. When somebody pushes to a new branch, the team member always has to contact me in order to get the staging URL of the...
Wouldn't something like `[branch-name].domain.tld` be possible? However, I don't see any big issue with `domain.tld/staging/branchname`. The only thing that just comes to my mind is that one has to remember...
Just edited my answer as well and added some more elaboration.
I am aware that this is currently possible. I just see that staging subdomains might interfere with that. In that case manually configured subdomains should take precedence.
It would be great to have similar partition semantics as with subject mappings with the a _composite partition key_ over multiple token positions as described here https://docs.nats.io/nats-concepts/subject_mapping#deterministic-subject-token-partitioning
Seems reasonable! > if the queue URL weren't found, it should log that at startup but don't fail. It already works though with an invalid url as I put into...
I like the effort, we have a similar use case. A few notes though: - It does not handle the timeout. It might be worthwhile to rewrite the `natsDialTimeout` function...
Hi, I think @wafflze is right, there is some issue. However, it occurs only if the client and db server has a different timezone configured. Can we reopen this or...
Sorry for not getting back to you earlier and thank you for looking into it! In my opinion option (1) seems the most natural. At least this is how most...