Design a Pub-Sub System for Delivery Drivers
Design a system for delivery drivers where drivers can subscribe to real-time events. The system should support multiple topics and deliver events to all drivers who have subscribed to specific topic(s). The system should handle up to 100,000 drivers and allow for multiple custom validators with the ability to add more.
Asked at:
Amazon