Charles Strahan
Charles Strahan
I have to connect to a Pulsar cluster which advertises `broker_service_url_tls: Some("pulsar+ssl://pulsar-brokerN.HOST_REDACTED:6651")`, but doesn't actually have a TLS listener on that port, and thus connection fails like so: ``` ServiceDiscovery(Connection(Tls(Ssl(Error...
The tokens I'm using in my grammar include info like text range, line, column, etc. It would be nice if I could match some of these tokens via the literal...
I believe we're running into a manifestation of this panic in `hyper`: https://github.com/hyperium/hyper/issues/2112 See the following Rollbar payload: ```json { "body": { "trace": { "frames": [ { "lineno": 259, "filename":...