pulsar-client-python icon indicating copy to clipboard operation
pulsar-client-python copied to clipboard

fix: added schema to messages in batch_receive method

Open Danniilpz opened this issue 1 year ago • 0 comments
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.

Danniilpz avatar Jun 09 '24 09:06 Danniilpz