You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
router/README.md

693 B

go-micro-router

A dynamic router (API Gatway) for go-micro.

It looks for services that host "proto/routerclientpb/routerclientpb.RouterClient" and ask's them for services, then it registers that service via a proxy method with gin.

Caveats

  • gin doesn't allow to delete routes, so if you want to delete and/or update a route you have to restart go-micro/router.

Build podman/docker image

Prerequesits

Build

task

Remove everything except the result created by task

task rm

Authors

License

Its dual licensed:

  • Apache-2.0
  • GPL-2.0-or-later