Louis Ryan
Louis Ryan
Plugin assumes proto files are contained in a directory called 'proto' under src/main. This is quite restrictive and other conventions are in active use E.g. https://github.com/apache/hbase/tree/master/hbase-protocol/src/main/protobuf
By adding a cork/uncork to defer flushing messages we can significantly improve throughput for streaming operations when messages sizes are significantly smaller than the flow-control window
Proposed solution for https://github.com/twitter/hpack/issues/27 Store header names and values as Strings to avoid listeners creating them every time Allow header entries to be annotated with parsed values to allow for...
Even though header names are required to be strings the interface emits them as byte[] which requires the recipient to decode and copy to create the equivalent string every time...
@geeknoid @mandarjog @rshriram The Mixer expression language is quite powerful but implementing large set membership or large keyspace maps would be extremely unwieldly. I think this would be a relatively...
**Describe the feature request** Kubernetes is working on a new API proposal to evolve the state of ingress into the cluster ... https://docs.google.com/presentation/d/1s0scrQCCFLJMVjjGXGQHoV6_4OIZkaIGjwj4wpUUJ7M/edit#slide=id.g78ea0eff1a_0_80 details ... https://docs.google.com/document/d/1BxYbDovMwnEqe8lj8JwHo8YxHAt3oC7ezhlFsG_tyag/edit#heading=h.gs76b1pp1evi Istio will support this...
**Describe the feature request** Envoy extensions often need to talk to downstream services to function. We have a mechanism to declare these destinations, ServiceEntry, but not in a way that...