Skip to content

fix: added schema to messages in batch_receive method - #215

Merged
BewareMyPower merged 1 commit into
apache:mainfrom
danilopezma:main
May 16, 2025
Merged

fix: added schema to messages in batch_receive method#215
BewareMyPower merged 1 commit into
apache:mainfrom
danilopezma:main

Conversation

@danilopezma

Copy link
Copy Markdown
Contributor

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.

@BewareMyPower BewareMyPower left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a unit test for it?

@BewareMyPower BewareMyPower added the bug Something isn't working label May 16, 2025
@BewareMyPower BewareMyPower added this to the 3.8.0 milestone May 16, 2025
@BewareMyPower
BewareMyPower merged commit c449d88 into apache:main May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

2 participants