Skip to content

Commit fbd882a

Browse files
maha-hajjahariso
andauthored
Update README.md (#274)
* Update README.md remove an extra quotation mark that would result in parsing error * update connector.yaml --------- Co-authored-by: Haris Osmanagić <[email protected]>
1 parent a95c15f commit fbd882a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pipelines:
5555
tables: "users"
5656
cdcMode: "logrepl"
5757
logrepl.publicationName: "examplepub"
58-
logrepl.slotName": "exampleslot"
58+
logrepl.slotName: "exampleslot"
5959
- id: log
6060
type: destination
6161
plugin: builtin:log

connector.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ specification:
5454
tables: "users"
5555
cdcMode: "logrepl"
5656
logrepl.publicationName: "examplepub"
57-
logrepl.slotName": "exampleslot"
57+
logrepl.slotName: "exampleslot"
5858
- id: log
5959
type: destination
6060
plugin: builtin:log

0 commit comments

Comments
 (0)