-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
I followed the quick start guides and found several issues.
-
The documentation needs to add a configuration section
Right now, there is no instructions in how to configure the database connection properties, how to integrate with sofa registry, etc. -
The service port displayed in service governance page is wrong
I started the sofa service with port 12200 and registered with sofa registry, but the port displayed is 49247 which is the source port of the connection to sofa registry instead of the port listened.
TCP *:12200 (LISTEN)
TCP xx.xx.xx.xx:49247->yy.yy.yy.yy:9600 (ESTABLISHED)
- This project might need to provide options to specify whether certain modules is enabled or not
Currently, there are 3 modules: Application Panel, Service Governance and Dynamic Modules. Each module is independent with each other and has different external dependencies, e.g. Application Panel depends on redis, Dynamic Modules depends on zookeeper, etc. So it would be better to provide options so that users could choose to enable/disable some modules they don't need, e.g. via spring profiles.
glmapper
Metadata
Metadata
Assignees
Labels
No labels