config-server-example
config-server-example copied to clipboard
Question: Go-Client
Hello, just saw the recording of your talk regarding spring-cloud-configserver. You mentioned in the Q&A you will try to write/implement a go-client to make it spring-cloud-configserver also useable for go-applications. Did I understand that right? Did you tried to implement such a client? Are the sources available somewhere for public use?
Thanks a lot. Regards Jörg
PS: Very good talk btw. Did you try to use multiple repositories (maybe per team)?
I've been collaborating with the Go Viper project to add that capability to that library: https://github.com/spf13/viper/issues/279
Feel free to follow that Issue.
The current status is that I began crafting a PR, but I started refactoring too much. So I took a step back and started smaller. I expect I'll be able to get back to it and try to get a PR created in the next month.
???? @checketts Where's the PR?
Stalled at the moment. I don't expect to be getting back to this any time soon. I'm happy to answer questions or review related code others might create though.