Jake Utley
Jake Utley
I completely forgot that OUs are supported. That should work in my case. If you would like to keep it open to explore the idea further, feel free. Otherwise it...
Oh, I'm not realizing the OUs do not fix this problem. A parameterized OU results in this error: ``` [ERROR] 2021-04-19T20:43:31.753Z e5b3b56f-376e-43ab-b30b-607b30a6fcd3 An error occurred: 'dict' object has no attribute...
I took a stab at implementing this with #30.
@benkehoe Has there been any progress on this? I haven't been following this project since I was last poking at it last April. The changelogs mention something around better support...
We've been having issues with one of our consumers that uses this library, and realized that it's because of transactional messages. In particular, we're seeing that the control messages are...
``` Server Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.2", GitCommit:"092fbfbf53427de67cac1e9fa54aaa09a28371d7", GitTreeState:"clean", BuildDate:"2021-06-16T12:53:14Z", GoVersion:"go1.16.5", Compiler:"gc", Platform:"linux/amd64"} ```
It looks like there are Prometheus metrics, but they do not expose any data on a per-ingress or per-service level. Furthermore, there is not any data in the ingress itself...
This is an interesting idea. I'll have a go at implementing this feature.
Ran into this as well after upgrading from 0.7.0 to 1.0.2. Seems like there should be a templating function available to escape strings, but I haven't found anything yet.
It's not documented as far as I can see, but it looks like the sprig functions are available. I was able to use this to escape the strings in the...