RobertIndie commented on code in PR #17223: URL: https://github.com/apache/pulsar/pull/17223#discussion_r952386315
########## pulsar-client-cpp/python/test_producer.py: ########## @@ -18,6 +18,7 @@ # under the License. # +from _pulsar import BatchingType Review Comment: ```suggestion from pulsar import BatchingType ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
