mxsm commented on PR #5054:
URL: https://github.com/apache/rocketmq/pull/5054#issuecomment-1245539138

   > Hi, could you please describe more information about your scenes? Why 
doesn't the added order meet your demand?
   > 
   > And, if we really want to implement this feature, the netty handler 
pipeline mechanism could be your reference.
   
   Hi @zhouxinyu 
   
   Multiple hooks to accomplish one thing requires the orchestration of hooks. 
for example PutMessageHook, the first PutMessageHook to check message common 
properties, e.g: topic length. The others hook which in list do handle others 
thing. So I want to orchestrate the execution order by adding order. 
   It is mainly used to solve the scenario of sequential Hook execution. The 
order should not be the order in which the list is added but can be controlled 
in some way


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