async fn get_consumer(
__arg0: State<Arc<SharedState>>,
__arg1: Path<String>,
) -> impl IntoResponseExpand description
GET /api/consumers/{name} — returns the named consumer as JSON.
Errors: 404 Not Found if no consumer with that name exists.