cserwen opened a new issue #3436: URL: https://github.com/apache/rocketmq/issues/3436
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? set `enablePopBufferMerge` from false to true in config file - What did you expect to see? It will print the log when it works ``` 2021-10-28 15:43:14 INFO main - enablePopBufferMerge=true ``` - What did you see instead? ``` 2021-10-28 15:43:14 INFO main - enablePopBufferMerge=false ``` 2. Please tell us about your environment: Linux 3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc): The field which is enablePopBufferMerge don't have setter method,so `properties2Object` does not work. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
