-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CouchDB adapter specification #542
Conversation
dd845e1
to
c293850
Compare
Signed-off-by: Lionel Villard <villard@us.ibm.com>
c293850
to
b371afc
Compare
adapters/couchdb.md
Outdated
| :-------------------- | :--------------------------------------- | | ||
| `id` | The event sequence identifier (`seq`) | | ||
| `source` | The server URL / db_name | | ||
| `specversion` | `1.0-rc1` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's be optimistic and make this 1.0
:-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general i think we should remove any of the items that have a value of "omit"
adapters/couchdb.md
Outdated
| `specversion` | `1.0` | | ||
| `type` | `org.apache.couchdb.document.update` | | ||
| `datacontenttype` | `application/json` | | ||
| `dataschema` | Omit | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're omitting this then i'd suggest removing the attribute completely.
adapters/couchdb.md
Outdated
| `type` | `org.apache.couchdb.document.update` | | ||
| `datacontenttype` | `application/json` | | ||
| `dataschema` | Omit | | ||
| `subject` | `id` value | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this is the "Id" of the document that changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. Updating...
adapters/couchdb.md
Outdated
Each section below describes how to determine the CloudEvents attributes | ||
based on the event type. | ||
|
||
## /db/_changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the _
makes everything else after this show up in italics. I think if you escape it (e.g. \_
) then it will fix that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
601683c
to
e2f128b
Compare
Signed-off-by: Lionel Villard <villard@us.ibm.com>
e2f128b
to
1c18aa4
Compare
Signed-off-by: Lionel Villard <villard@us.ibm.com>
Approved on 10/24 call |
No description provided.