Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  "apiKey": 7,
  "type": "metadata",
  "name": "FenceBrokerRecord",
- "validVersions": "0",
+ "validVersions": "0-1",
+ "flexibleVersions": "1+",
  "fields": [
-   { "name": "Id", "type": "int32", "versions": "0+",
+   { "name": "Id", "type": "int32", "versions": "0+", "entityType": "brokerId",
      "about": "The broker ID to fence. It will be removed from all ISRs." },
    { "name": "Epoch", "type": "int64", "versions": "0+",
      "about": "The epoch of the broker to fence." }
  ]
}

...

UnfenceBrokerRecord

Make a version of this record that is flexible, as intended. Add entityType: brokerId to the broker id field.

...