streamnative / function-mesh

The serverless framework purpose-built for event streaming applications.
https://functionmesh.io/
Apache License 2.0
213 stars 29 forks source link

[Feature] Enable end-to-end encryption for function mesh #44

Open nlu90 opened 3 years ago

nlu90 commented 3 years ago

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

freeznet commented 3 years ago

here are some checklist before we close this issue

nlu90 commented 3 years ago

Ref for Python implementation: https://github.com/apache/pulsar/pull/9588