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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3acc6-2c24e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3acc6-2c24e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?