david-streamlio opened a new issue #9926:
URL: https://github.com/apache/pulsar/issues/9926


   **Describe the bug**
   When a PulsarSource writes a `Record` that has property values set inside 
its `getProperties()` method. Those properties are not passed through to the 
Message written to the output topc.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Create a class that extends implements the Source interface and a class 
that implements the Record interface
   2. Have the Source instantiate the Record class
   3. Have the Source write some properties inside the Record class
   4. Have the Source publish the message
   5. Inspect the resulting Message in the topic and see that there are no 
properties associated with the message
   
   **Expected behavior**
   One would expect that any properties added to the Record would be included 
in the published method
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
   N/A
   
   **Additional context**
   Add any other context about the problem here.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to