feat: inbound/outbound rate limiting #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently
ApObjectHandlercallbacks receive rawserde_json::Value— consumers parse activity-specific fields themselves. There's no structured way to handle content types beyond Note (polls, questions, emoji reactions, events, etc.).Consider a registry or trait-based extension system where consumers can register handlers for specific AP object types without modifying k-ap itself.
Closed: Rate limiting is an infrastructure concern, not a protocol adapter responsibility. Consumers own the HTTP layer (axum router) and can add tower middleware or reverse proxy rate limiting without k-ap needing to own counters, algorithms, or per-domain state.