mchastain-turner
mchastain-turner
How it is done in Go: https://github.com/confluentinc/confluent-kafka-go/blob/cfbc1edb6a54515310a0c7840bf4a24159b51876/kafka/metadata.go#L81 I've never played with C++ bindings but I could give it a whirl. It's a bit tricky to translate to javascript since Go...
could be environment variables or env files. The default yaml could have default env var or env-files and each environment could inherit and override that without copy and paste. It...
That's how we currently do it, (copy/paste style). The other piece that is nice is that this is just how docker-compose works, so it doesn't throw the surprise when it...