vasiliy-mikhailov opened a new pull request, #10553:
URL: https://github.com/apache/rocketmq/pull/10553

   `TopicMessageType.parseFromMessageProperty` dereferences the 
message-property map without a null check, throwing a `NullPointerException` 
when the map is null. Guard against null and return `TopicMessageType.NORMAL`.
   
   Added a test for the null case.
   


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

Reply via email to