Skip to content

Queue Requirements

Bijing Tang edited this page Nov 7, 2025 · 4 revisions

Timeline Service

SNS Message Structure

Topic Name: timeline-feed-posts-topic

{
  "event_type": "FeedWrite",
  "author_id": 118,                           // author of the post
  "target_user_ids": [2001, 2002, 2003, 2004],// the follower lists receive the post (default: 1000)
  "content": "Weekend meetup highlights!",    // content of the post
  "created_time": "2024-11-04T21:00:00Z",
}

Clone this wiki locally