Kailash Nadh
Kailash Nadh
CLI output with stats would indeed be useful. Aside: DB should emit metrics also! CC @mr-karan @kalbhor
A debug shell built into the core doesn't make sense. The correct approach is to have HTTP APIs that expose all necessary stats. Then someone can build a CLI shell...
DungBeetle doesn't expose a metrics endpoint. We can integrate the VictoriaMetrics lib (like here: https://github.com/zerodha/kaf-relay/blob/main/main.go) and expose useful metrics for job statuses, task names etc.
Hm, the suggestion was to refer to the kaf-relay implementation as an example and simply replicate it here in a similar manner. It does not make sense create a separate...
This breaks the API and backwards compatibility. I suggest that we refactor this into a breaking `github.com/knadh/koanf/providers/env/v2` version.
Ah, my bad. Missed the variadic bit. Let me test this out next week. Thank you.
I think we might as well break to /v2 and remove the awkward `ProviderWithValue()` func in the process. `func Provider(prefix, delim string, opt Opt{}, cb func(key string, value string) (string,...
Yep, we can do that.
`examples` can be a separate commit, no issues. Could you please merge conflict and rebase with master (min required Go version throughout the project is now v1.23.0)? Also, need to...
Ah, lost track of this. Will review and merge this week.