Guojunzhou-git / swl-microservice

php microservice using swoole
0 stars 0 forks source link

What does a php microservice framework need to do? #1

Open Guojunzhou-git opened 5 years ago

Guojunzhou-git commented 5 years ago

That's I think:

  1. service registion when service start. tell service ip & port to service-center
  2. service provide http request handle function
  3. http client for a service to call another service
  4. service request balance for service-center
  5. logs for service-call-service for debug