Skip to content

Commit

Permalink
generate processor specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Aug 6, 2024
1 parent aecbcbd commit 86da763
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
"validations": []
},
"sdk.schema.decode.key.enabled": {
"default": "true",
"default": "false",
"description": "Whether to decode the record key with a schema.",
"type": "bool",
"validations": null
},
"sdk.schema.decode.payload.enabled": {
"default": "true",
"default": "false",
"description": "Whether to decode the record payload with a schema.",
"type": "bool",
"validations": null
},
"sdk.schema.encode.key.enabled": {
"default": "true",
"default": "false",
"description": "Whether to encode the record key with a schema.",
"type": "bool",
"validations": null
},
"sdk.schema.encode.payload.enabled": {
"default": "true",
"default": "false",
"description": "Whether to encode the record payload with a schema.",
"type": "bool",
"validations": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
"author": "Meroxa, Inc.",
"parameters": {
"sdk.schema.decode.key.enabled": {
"default": "true",
"default": "false",
"description": "Whether to decode the record key with a schema.",
"type": "bool",
"validations": null
},
"sdk.schema.decode.payload.enabled": {
"default": "true",
"default": "false",
"description": "Whether to decode the record payload with a schema.",
"type": "bool",
"validations": null
},
"sdk.schema.encode.key.enabled": {
"default": "true",
"default": "false",
"description": "Whether to encode the record key with a schema.",
"type": "bool",
"validations": null
},
"sdk.schema.encode.payload.enabled": {
"default": "true",
"default": "false",
"description": "Whether to encode the record payload with a schema.",
"type": "bool",
"validations": null
Expand Down

0 comments on commit 86da763

Please sign in to comment.