stamford-syntax-club / course-compose

Course Compose is a course-review website tailored for Stamford students, providing a platform for sharing and discovering insights about various courses
MIT License
2 stars 0 forks source link

feat: kafka producer for Ramune #62

Closed chinathaip closed 5 months ago

chinathaip commented 5 months ago

Kafka Client Lib: https://github.com/segmentio/kafka-go

Produce message to topic "course-compose" when reviews are submitted, edited, and deleted for Ramune and other consumers in the future :3

{
  "id": 26,
  "academicYear": 2021,
  "description": "dawdjoiawdawda",
  "rating": 5,
  "votes": 0,
  "course": {
    "code": "MATH201"
  },
  "created_at": "2024-04-09T02:46:52.885Z",
  "updated_at": "0001-01-01T00:00:00Z",
  "action": "submit" or "edit" or "delete"
}