pub async fn get_consumer(
__arg0: State<Arc<EventStore>>,
__arg1: Path<String>,
) -> Result<Json<ConsumerResponse>>Expand description
GET /api/v1/consumers/{consumer_id} — Get consumer metadata and cursor position
pub async fn get_consumer(
__arg0: State<Arc<EventStore>>,
__arg1: Path<String>,
) -> Result<Json<ConsumerResponse>>GET /api/v1/consumers/{consumer_id} — Get consumer metadata and cursor position