</>OfferRetriever
DashboardDiscuss
NEW

Spring Hire Sale

Limited Time Deal: Unlock all premium questions for over 30% off

$10.42$7.08

08

:

04

:

56

:

01

Get this deal
Back to Dashboard

Event Rate Limiter

Medium

Design a rate-limited event logger for a streaming system. Events arrive in non-decreasing timestamp order. The system must suppress an event name if that name was already printed within the last window seconds.

Implement the EventLogger class: ...