Skip to content

Victini378/kart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

KART (Kafka Automatic Referral Triage)

Description

Mario is an healthcare professional working at the Nintendo Cars Garage, where players go if they have incidents during the the races. Every car has a "black box" containing a log in text format with recents events. The last line has a special code defining the status of the car. Mario would like to dispatch automatically the cars according to the level of damage indicated in the status in two queues:

  • recoverable: cars that can be repaired
  • scrap: cars that need to be demolished

Challenge

Help Mario implementing a system based of files put in a given directory (choose the format, remember to be able to distinguish the status in the last line) send to Kafka and using Kafka Stream perform a triage and sent to the appropriate topic Use kafka consumer to show the status of the queues

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published