How is the menu of each management system of microservice controlled?

for example:
A service has 123 menus B service has 456 menus
should this menu be bound to the service?

if bound, the unique ID of the service needs to be submitted when getting the menu. This may require hard coding.
if you don"t bind, what about the menus between DiffServ?


the registry of the micro service itself is the monitoring service, and the business can be said to monitor and obtain it in real time, and events will be notified when adjusted or modified

the problem here is that the business needs to be hard-coded, because we don't know that any new service will come online, so it's a bit of a chicken-and-egg problem.

if you want to be as automated as possible, it is a good solution to make certain invocation rules in the early stage

Menu