Skip to content

Commit 058e593

Browse files
simon-dewdgnicholson
authored andcommitted
DOC-12776: Downgrade eventing spec to 7.6.3 (#161)
1 parent 10c3e1b commit 058e593

2 files changed

Lines changed: 3 additions & 155 deletions

File tree

docs/modules/eventing-rest-api/pages/index.adoc

Lines changed: 0 additions & 152 deletions
Original file line numberDiff line numberDiff line change
@@ -7846,38 +7846,6 @@ maximum time the handler can run before it is forcefully terminated (in seconds)
78467846
a¦ Integer
78477847

78487848

7849-
7850-
*cursor_checkpoint_timeout* +
7851-
_optional_
7852-
7853-
7854-
[markdown]
7855-
--
7856-
maximum time the to checkpoint writer can run before it is forcefully terminated (in seconds)
7857-
--
7858-
7859-
[%hardbreaks]
7860-
*Minimum:* `1`
7861-
{blank}
7862-
a¦ Integer
7863-
7864-
7865-
7866-
*on_deploy_timeout* +
7867-
_optional_
7868-
7869-
7870-
[markdown]
7871-
--
7872-
maximum time the OnDeploy handler can run before it is terminated (in seconds)
7873-
--
7874-
7875-
[%hardbreaks]
7876-
*Minimum:* `1`
7877-
{blank}
7878-
a¦ Integer
7879-
7880-
78817849
78827850
*language_compatibility* +
78837851
_optional_
@@ -8255,126 +8223,6 @@ maximum allowable curl call response in 'MegaBytes'. Setting the value to 0 lift
82558223
a¦ Integer
82568224

82578225

8258-
8259-
*allow_transaction_mutations* +
8260-
_optional_
8261-
8262-
8263-
[markdown]
8264-
--
8265-
allow staged transaction mutations
8266-
--
8267-
8268-
[%hardbreaks]
8269-
{blank}
8270-
a¦ Boolean
8271-
8272-
8273-
8274-
*allow_sync_documents* +
8275-
_optional_
8276-
8277-
8278-
[markdown]
8279-
--
8280-
allow sync gateway mutations
8281-
--
8282-
8283-
[%hardbreaks]
8284-
{blank}
8285-
a¦ Boolean
8286-
8287-
8288-
8289-
*cursor_aware* +
8290-
_optional_
8291-
8292-
8293-
[markdown]
8294-
--
8295-
syncgateway aware function
8296-
--
8297-
8298-
[%hardbreaks]
8299-
{blank}
8300-
a¦ Boolean
8301-
8302-
8303-
8304-
*high_seq_check_interval* +
8305-
_optional_
8306-
8307-
8308-
[markdown]
8309-
--
8310-
number of milliseconds before checking for high seq number
8311-
--
8312-
8313-
[%hardbreaks]
8314-
{blank}
8315-
a¦ Integer
8316-
8317-
8318-
8319-
*max_unacked_bytes* +
8320-
_optional_
8321-
8322-
8323-
[markdown]
8324-
--
8325-
max MBs to wait to send more bytes to c++ side
8326-
--
8327-
8328-
[%hardbreaks]
8329-
{blank}
8330-
a¦ Integer
8331-
8332-
8333-
8334-
*max_unacked_count* +
8335-
_optional_
8336-
8337-
8338-
[markdown]
8339-
--
8340-
max number of messages on c++ side
8341-
--
8342-
8343-
[%hardbreaks]
8344-
{blank}
8345-
a¦ Integer
8346-
8347-
8348-
8349-
*message_flush_time* +
8350-
_optional_
8351-
8352-
8353-
[markdown]
8354-
--
8355-
number of milliseconds before sending message to c++ side
8356-
--
8357-
8358-
[%hardbreaks]
8359-
{blank}
8360-
a¦ Integer
8361-
8362-
8363-
8364-
*max_parallel_vb* +
8365-
_optional_
8366-
8367-
8368-
[markdown]
8369-
--
8370-
number of parallel vb request per cpp thread
8371-
--
8372-
8373-
[%hardbreaks]
8374-
{blank}
8375-
a¦ Integer
8376-
8377-
83788226
|===
83798227

83808228
//end::settings_schema[]

src/eventing/swagger/eventing.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -841,13 +841,13 @@ components:
841841
842842
schemas:
843843
settings_schema:
844-
$ref: 'https://raw.githubusercontent.com/couchbase/eventing/refs/heads/master/parser/settings_schema.json'
844+
$ref: 'https://raw.githubusercontent.com/couchbase/eventing/refs/heads/7.6.3/parser/settings_schema.json'
845845

846846
depcfg_schema:
847-
$ref: 'https://raw.githubusercontent.com/couchbase/eventing/refs/heads/master/parser/depcfg_schema.json'
847+
$ref: 'https://raw.githubusercontent.com/couchbase/eventing/refs/heads/7.6.3/parser/depcfg_schema.json'
848848

849849
handler_schema:
850-
$ref: 'https://raw.githubusercontent.com/couchbase/eventing/refs/heads/master/parser/handler_schema.json'
850+
$ref: 'https://raw.githubusercontent.com/couchbase/eventing/refs/heads/7.6.3/parser/handler_schema.json'
851851

852852
AppCode:
853853
type: string

0 commit comments

Comments
 (0)