Rune Fevang
Rune Fevang
It's a bit nasty to have it work this way though. It *looks* as if everything works correctly (depending on the type of file you're processing). Considering that cloud storage...
Server side error messages: ``` Aug 08, 2022 9:50:40 AM io.grpc.netty.shaded.io.grpc.netty.NettyServerHandler onDataRead WARNING: Exception in onDataRead() java.lang.NullPointerException: Cannot invoke "io.grpc.netty.shaded.io.grpc.netty.NettyServerStream$TransportState.tag()" because "stream" is null at io.grpc.netty.shaded.io.grpc.netty.NettyServerHandler.onDataRead(NettyServerHandler.java:480) at io.grpc.netty.shaded.io.grpc.netty.NettyServerHandler.access$900(NettyServerHandler.java:103) at io.grpc.netty.shaded.io.grpc.netty.NettyServerHandler$FrameListener.onDataRead(NettyServerHandler.java:814)...
Hi @TAOXUY. Yes we're using `grpc://...` as backend address. As I said, the call _is_ making it to the correct server, but the server spits out the above error messages....
Sent logs via email
Forwarded to your address. I see that I got a reply from the group delivery system rejecting the email, but that reply was marked as spam on my end so...
Tried using `additional_bindings`, and it results in endpoints crashing on startup, printing ``` F0812 17:55:01.245070 10 server.go:54] fail to initialize config manager: fail to fetch and apply the startup service...
istio/pilot#1401 fixed the host routing issue. I still can't get path based routing to work though, is that expected to work?
I don't understand how to use those steps to do path differentiation. It looks like they say to allow all paths, and then add route rules to further differentiate? But...
Is there no way to match a period in go regex? The issue isn't so much that the syntax is different than in other ingresses (though that's a problem as...
Right, but right now it matches neither (or at least it doesn't match `/fo.b.r`). If it was a normal regular expression it should still match as . is a character....