David Brouwer

Results 165 comments of 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

![image](https://user-images.githubusercontent.com/25869544/174840627-1c0e4ba3-0f8b-4bbd-a1df-55d99e58e1ab.png) Your code works fine for me

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; ![image](https://user-images.githubusercontent.com/25869544/172181633-ef995bb4-a577-4003-95e4-24974213e477.png) I managed to get some syntax highlighting by setting `set syntax=python` I also just noticed that (Neovim) treesitter has no Starlark support (yet),...