function-mesh
function-mesh copied to clipboard
[Feature] Enable end-to-end encryption for function mesh
Apache Pulsar recently introduced the e2e encryption: https://github.com/apache/pulsar/pull/8432
The Mesh version should also update accordingly to enable this feature
here are some checklist before we close this issue
- [x] make sure python e2e works
- [ ] make sure golang e2e works https://github.com/apache/pulsar-client-go/issues/423
- [x] add tests
Ref for Python implementation: https://github.com/apache/pulsar/pull/9588