shibd opened a new pull request, #17223:
URL: https://github.com/apache/pulsar/pull/17223

   ### Motivation
   
   `test_producer.py` will build failed.
   
   ```
   Traceback (most recent call last):
     File "workspace/github/pulsar/pulsar-client-cpp/python/test_producer.py", 
line 35, in <module>
       batching_type=BatchingType.KeyBased
   NameError: name 'BatchingType' is not defined
   
   ```
   
   
   ### Modifications
   
   - add import _pulsar.BatchType.
   
   
   ### Documentation
   - [x] `doc-not-needed` 
   


-- 
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]

Reply via email to