wqliang opened a new pull request, #2856:
URL: https://github.com/apache/incubator-eventmesh/pull/2856

   
   
   Fixes #2852 .
   
   ### Motivation
   
   - add `SubscriptionManager` to manage client info adn sub topics;
   - reduce redundant code for updating client info and sub topics info;
   
   
   
   ### Modifications
   
   - add `SubscriptionManager` and move 'localConsumerGroupMapping' 
'localClientInfoMapping' from `EventMeshHTTPServer` to `SubscriptionManager`;
   - use `SubscriptionManager` to registerClient on `SubscribeProcessor`;
   - use `SubscriptionManager` to registerClient on 
`LocalSubscribeEventProcessor`;
   - use `SubscriptionManager` to update sub topics on `SubscribeProcessor`;
   - use `SubscriptionManager` to update sub topics on 
`LocalSubscribeEventProcessor`;
   
   
   ### Documentation
   
   - Does this pull request introduce a new feature? (no)
   
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to