David Brouwer
David Brouwer
@FarhanSajid1 do you still have this issue? The go-micro cli has implemented the gRPC heartbeat functionality now to support k8s probes.
@Scukerman which registry are you using? I have no issue deploying in k8s with the k8s registry, and implemented the gRPC health protocol, which can be done by default with...
https://github.com/go-micro/examples/issues/3
 Your code works fine for me
Ahh I see. I'll have a look
Jeezz that was a rabbit hole. Turns out the issue is with the json to proto reflection in `github.com/golang/protobuf/jsonpb`. It fails to unmarshal nested proto messages. If you try to...
Could you elaborate a bit more? Personally I still configure my go-micro services completely with env vars as its most versatile and it's easier to change a single .env file...
@asim just to double check, you were talking about the package that is now at [util/cmd/cmd.go](https://github.com/go-micro/go-micro/blob/master/util/cmd/cmd.go) ?
Are you still having issues with this? I'd recommend upgrading to the latest v4
The auto-completion works like a charm;  I managed to get some syntax highlighting by setting `set syntax=python` I also just noticed that (Neovim) treesitter has no Starlark support (yet),...