-
Notifications
You must be signed in to change notification settings - Fork 72
Update transaction and query options specifications for GRPC and HTTP #931
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
Conversation
PR Review ChecklistDo not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed. Trivial Change
Code
Architecture
|
This PR will be merged after the referenced changes are released. |
@@ -4,7 +4,9 @@ The TypeDB HTTP endpoint can be used to perform database management, user manage | |||
|
|||
== Server configuration | |||
|
|||
TypeDB server by runs both a gRPC (standard for most of the client applications) and an HTTP endpoint by default. Both endpoints have common authentication and xref:{page-version}@manual::configure/encryption.adoc[encryption settings]. Additionally, it is possible to disable the HTTP endpoint and change its default port. |
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.
There are many formatting updates. I will highlight what I actually changed
[NOTE] | ||
==== | ||
This behaviour will be changed in the next stable version of TypeDB: | ||
- Read queries will return `206 Partial Content` with all the answers processed; |
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.
This is what I've 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.
ok
@@ -171,3 +171,67 @@ HTTP:: | |||
Refer to xref:{page-version}@drivers::http/index.adoc#_run_queries[Running queries through HTTP endpoint]. | |||
-- | |||
==== | |||
|
|||
[#_transaction_options] |
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.
Do I need to put a note that it's available since 3.2.0 or smth?
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.
Not major enough i think
Goal
Add transaction and query options specification for GRPC and HTTP.
Implementation
Update HTTP's answerCountLimit behavior for write queries to match the updated behavior in typedb/typedb#7437.
Add a new section in the server transactions manual describing transaction and query options.
Save descriptions and default values of the options in a separate
resources
folder to: