</>OfferRetriever
DashboardDiscuss
NEW

July 4th Sale

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

$10.42$6.25

10

:

09

:

27

:

47

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: ...