Aaron Batilo

Results 90 comments of Aaron Batilo

I've been seeing this intermittently also, but not sure why

ALBs and NLBs both support gRPC out of the box these days so it's really interesting to me that AppRunner wouldn't but I guess the type of load balancer that...

I do! https://gist.github.com/abatilo/174d63a893984803dca9bf728d12e524 The `grpc` project imports `protobuf` indirectly and `protobuf` doesn't have any go files due to build constraints. You end up with: ``` ⇒ docker build -t cache-failure...

Can we re-open this? I just had this happen on a clean install.

Hi @sijie In the context of a Kubernetes cluster deployed with [this helm chart](https://github.com/apache/pulsar/tree/master/deployment/kubernetes), I accessed the dashboard with `kubectl -n pulsar port-forward service/pulsar-grafana 3000` and then navigating to http://localhost:3000

I don't remember at this point, to be honest.

> @abatilo how did you resolve the problem? By not using Pulsar. I was evaluating it for use. But the whole ecosystem seems too young to rely on for production...

Any chance that this can be revisited?