Skip to content

Commit

Permalink
fix: added schema to messages in batch_receive method
Browse files Browse the repository at this point in the history
  • Loading branch information
Lopez Daniel committed Jun 9, 2024
1 parent c3c12c4 commit 2032a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulsar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1481,6 +1481,7 @@ def batch_receive(self):
for msg in msgs:
m = Message()
m._message = msg
m._schema = self._schema
messages.append(m)
return messages

Expand Down

0 comments on commit 2032a50

Please sign in to comment.