pulsar-client-python
pulsar-client-python copied to clipboard
fix: added schema to messages in batch_receive method
trafficstars
When consuming from Pulsar in batch, using the "batch_receive" method, the messages didn't include the schema (the added line was missing). By adding that line, it works properly.