Abhijit Sarkar
Abhijit Sarkar
> So is there anything left to do here? Didn't you say you are going to look into adding a `HealthIndicator` as shown?
> There is a bean for that. That I noticed, but the `HealthStatusManager` has a reference to the `Health` service, it is not the `Health` service. When I tried to...
> why do you wish it not to be created instead of pointing to a arbitrary unavailable address? I don't want to point to an arbitrary address, not sure why...
> I'm not sure if I prefer the address none or the autoconfigure exclude variant Note that disabling the autoconfig is a global switch, whereas address none allows for more...
`spring.autoconfigure.exclude` This I knew; what I meant is it's not possible this way to disable one service, but keep another. This turns off all gRPC service autoconfig. `grpc.server.port=-1` This, I...
> both the server and the client side support none value I just think it’s good to be consistent, and in my case, both are needed.
> deprecate the port=-1 feature. Any suggestion for doing so? Sorry, I didn't clearly answer this question before. I agree deprecating it is a good idea; you can deprecate in...
Looking at how other frameworks are supporting gRPC, seems Micronaut can disable the server using `grpc.server.enabled=false`. It doesn’t auto configure clients, so there’s no equivalent client configuration. https://micronaut-projects.github.io/micronaut-grpc/snapshot/guide/index.html If you...
After more investigation, it seems to be an issue on Mac only. I see this in the Docker for Mac logs: ``` error forwarding client's request to Docker: write unix...
@Deepakkoli93 I didn’t. docker-java is broken for Mac.