apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
49 stars 38 forks source link

fix: added schema to messages in batch_receive method #215

Open Danniilpz opened 1 month ago

Danniilpz commented 1 month ago

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.