faust.web.apps.router
¶
HTTP endpoint showing partition routing destinations.
- class faust.web.apps.router.TableList(app: AppT, web: Web)[source]¶
— description: List routes for all tables. tags: - Faust produces: - application/json
- class faust.web.apps.router.TopicList(app: AppT, web: Web)[source]¶
List routes for all external topics.
- class faust.web.apps.router.TableDetail(app: AppT, web: Web)[source]¶
— description: List route for a specific table. tags: - Faust parameters: - in: path
name: name type: string required: true
produces: - application/json
- class faust.web.apps.router.TableKeyDetail(app: AppT, web: Web)[source]¶
— description: List information about key. tags: - Faust parameters: - in: path
name: name type: string required: true
in: path name: key type: string required: true
produces: - application/json