ayeo-flex-org / pulsar-flex

Pulsar Flex is a modern Apache Pulsar client for Node.js, developed to be independent of C++.
MIT License
45 stars 9 forks source link

Consume Batch Messages Missing Properties #66

Closed galrose closed 3 years ago

galrose commented 3 years ago

Describe the bug When consuming messages produced in a batch there aren't properties for the message Reproduce Please provide reproduce, For example:

  1. Run a producer that produces a batch to a topic with properties
  2. Run a consumer that subscribes to that topic
  3. There aren't properties when reading the messages Expected behavior There should be properties