shauryachats opened a new pull request, #17413:
URL: https://github.com/apache/pinot/pull/17413

   ## Summary
   This change reorganizes broker routing code by moving routing manager 
implementations into a dedicated `org.apache.pinot.broker.routing.manager` 
package. The existing `BrokerRoutingManager` implementation is renamed to 
`BaseBrokerRoutingManager`, and a thin `BrokerRoutingManager` wrapper is added 
for standard usage. 
   
   All broker resources, starters, and tests are updated to import the new 
package and to reference the correct base type where multi-cluster/remote 
routing managers are involved (e.g., `MultiClusterRoutingManager` now operates 
over `BaseBrokerRoutingManager`).


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