Inventory adjusted (Changelog)

Indicates a change in inventory level

Event
  • 2024-07-01

    Breaking change

    Removed fields from schema, added new owners

    Gender property has been removed from the Schema of the event

    Also added the full stackers team as owners of this event

    {
    "type" : "record",
    "namespace" : "Tutorialspoint",
    "name" : "Employee",
    "fields" : [
    { "name" : "Name" , "type" : "string" },
    { "name" : "Age" , "type" : "int" },
    { "name" : "Gender" , "type" : "string" },
    ]
    }