# How to mark an event past?

  1. List the event as past-events in the .kstream file as plain string.

    past-events ("LotteryRan", "SomeOtherOldEvent")
    
  2. Remove the event definition.

  3. Refresh eclipse project and ensure there is no usage of this event in the spec.

  4. run compile command & fix the usage error if any.