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. |
Replies: 5 comments
|
@jiazhai , whether end-to-end messagecrypto is supported on Python? |
|
@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? |
|
cc @BewareMyPower @shibd @RobertIndie what's the current status of this feature? |
|
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 |
|
@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. |
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