Git-Yang opened a new issue #691:
URL: https://github.com/apache/rocketmq-externals/issues/691


   
   **BUG REPORT**
   1. Please describe the issue you observed:
   
![image](https://user-images.githubusercontent.com/30995057/111577603-8eefa100-87ed-11eb-9d0c-3a201cbdb40e.png)
   
![image](https://user-images.githubusercontent.com/30995057/111577554-74b5c300-87ed-11eb-9e53-2d8bc84f71a2.png)
   
![image](https://user-images.githubusercontent.com/30995057/111577656-a6c72500-87ed-11eb-9d93-52a87742905e.png)
   A maximum of 32 pieces of data are pulled each time, but only one 
DataEntryBuilder object is created. When a SourceDataEntry is created through 
the DataEntryBuilder, if there are 32 pieces of data, the value of the first 31 
pieces of data will be overwritten by the last one.
   
   - What did you do (The steps to reproduce)?
   
![image](https://user-images.githubusercontent.com/30995057/111577928-1c32f580-87ee-11eb-9f97-008aadaf6b42.png)
   By creating a new DataEntryBuilder object each time to solve the problem.
   


----------------------------------------------------------------
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