Christoph Pakulski
Christoph Pakulski
I would like to go back to idea of dynamic loading of libraries. We have several extension mechanisms: Lua, wasm and golang. I would like to propose another one: very...
> I don't think this would be too difficult as long as you accept that there's no ABI (or even API stability, see https://github.com/envoyproxy/envoy/issues/3390), and thus all extensions must be...
Makes sense. I made a similar prototype to test idea of dynamically linking modules and it seems to work. The disadvantage is obviously increased memory requirements. For example, if the...
There are 2 open PRs for SMTP. Is there any concensus which one should go ahead? See https://github.com/envoyproxy/envoy/pull/27437.
ping. I guess we want to keep it open.
Quick check why CI failed, and I see: ``` [ RUN ] SubstitutionFormatterTest.streamInfoFormatterWithSsl test/common/formatter/substitution_formatter_test.cc:1861: Failure Expected equality of these values: "san" Which is: 0x22d019 upstream_format.formatWithContext({}, stream_info) Which is: (nullopt) ```...
Ah, sorry. I missed it. All good. Thanks!
@nezdolik @wbpcode Thanks for reviewing this PR. I think I addressed all the comments. In some cases, I provided explanation why I am not planning to change anything and leave...