Skip to content

Commit

Permalink
CORE-18495 Made topic field in ExternalEvent.avsc optional; defaults …
Browse files Browse the repository at this point in the history
…to null
  • Loading branch information
ben-millar committed Nov 21, 2023
1 parent 6911079 commit 6ce8bbf
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"fields": [
{
"name": "topic",
"type": "string",
"doc": "The topic that the external event is sent to."
"type": ["null", "string"],
"doc": "The topic that the external event is sent to.",
"default": null
},
{
"name": "key",
Expand Down

0 comments on commit 6ce8bbf

Please sign in to comment.