merlimat commented on a change in pull request #9588:
URL: https://github.com/apache/pulsar/pull/9588#discussion_r576345595



##########
File path: pulsar-client-cpp/python/pulsar/__init__.py
##########
@@ -452,6 +452,8 @@ def create_producer(self, topic,
                         
message_routing_mode=PartitionsRoutingMode.RoundRobinDistribution,
                         properties=None,
                         batching_type=BatchingType.Default,
+                        encryption_key=None,
+                        crypto_key_reader=None

Review comment:
       The new args should also be added to the PyDoc string below




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to