How to do end-to-end messagecrypto with Python client #18757
-
in issue #6834, user report there is no doc for configure and use feature end-to-end messagecrypto in python. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
@jiazhai , whether end-to-end messagecrypto is supported on Python? |
Beta Was this translation helpful? Give feedback.
-
@jiazhai We are also interested in this. Do you know if this is already supported and just the documentation is missing, or if this feature is yet to be supported in the Python client? |
Beta Was this translation helpful? Give feedback.
-
cc @BewareMyPower @shibd @RobertIndie what's the current status of this feature? |
Beta Was this translation helpful? Give feedback.
-
Here is a test that shows how to use e2e encryption: https://github.com/apache/pulsar-client-python/blob/9182dd7ab69266ad0fb630a129a3ef478c1f8ab0/tests/pulsar_test.py#L369 |
Beta Was this translation helpful? Give feedback.
-
@BewareMyPower Thank you! I'll convert this thread to a Q&A and select the answer. Further improvement to add the example to https://pulsar.apache.org/docs/client-libraries-python or elsewhere is possible. |
Beta Was this translation helpful? Give feedback.
Here is a test that shows how to use e2e encryption: https://github.com/apache/pulsar-client-python/blob/9182dd7ab69266ad0fb630a129a3ef478c1f8ab0/tests/pulsar_test.py#L369