faust.web.apps.router

HTTP endpoint showing partition routing destinations.

class faust.web.apps.router.TablesMetadata(app: faust.types.app.AppT, web: faust.web.base.Web) → None[source]

List routes for all tables.

coroutine get(self, request: faust.web.base.Request) → faust.web.base.Response[source]
Return type:Response
class faust.web.apps.router.TableMetadata(app: faust.types.app.AppT, web: faust.web.base.Web) → None[source]

List route for specific table.

coroutine get(self, request: faust.web.base.Request) → faust.web.base.Response[source]
Return type:Response
class faust.web.apps.router.KeyMetadata(app: faust.types.app.AppT, web: faust.web.base.Web) → None[source]

List information about key.

coroutine get(self, request: faust.web.base.Request) → faust.web.base.Response[source]
Return type:Response