A standalone executable written in golang that continuously broadcasts a route using NATS to the CF router.
This uses yagnats for connecting to the NATS bus and gibson for registering routes with the CloudFoundry router.
You can colocate route-registrar
into any BOSH deployment using https://github.com/cloudfoundry-community/route-registrar-boshrelease BOSH release.
To run tests, run bin/test
from the root of this repository.