Skip to content

Commit

Permalink
docs(ticdc): fix incompatible configuration of transaction-atomicity (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesCheung96 authored Jul 4, 2022
1 parent a5d31c6 commit 2af3205
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/swagger/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,9 @@ var doc = `{
},
"schema-registry": {
"type": "string"
},
"transaction-atomicity": {
"type": "string"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions docs/swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,9 @@
},
"schema-registry": {
"type": "string"
},
"transaction-atomicity": {
"type": "string"
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions docs/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ definitions:
type: string
schema-registry:
type: string
transaction-atomicity:
type: string
type: object
model.Capture:
properties:
Expand Down

0 comments on commit 2af3205

Please sign in to comment.