Skip to content

Commit

Permalink
doc: update compress method and content type related config (#140)
Browse files Browse the repository at this point in the history
* doc(go-client): update config for create client with codec config

Signed-off-by: Kaixuan Xu <[email protected]>

* doc(go-client): update config for create client with codec config

Signed-off-by: Kaixuan Xu <[email protected]>

* doc: update config for contentType and compress method

Signed-off-by: Kaixuan Xu <[email protected]>

---------

Signed-off-by: Kaixuan Xu <[email protected]>
  • Loading branch information
xkx9431 authored Nov 22, 2024
1 parent 50dcd4e commit 236ac60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/guide/develop/client_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classDiagram
+ BatchConfig batchConfig // nullable, if null, means batch is disabled
+ timeout
+ connectTimeout
+ bool gzipEnabled
+ enum codec
+ enum contentType // json, csv, msgpack
+ enum compressMethod // gzip, zstd, br
+ TlsConfig tlsConfig // nullable, language specific
+ void close()
}
Expand Down
4 changes: 2 additions & 2 deletions src/zh/guide/develop/client_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ classDiagram
+ BatchConfig batchConfig // nullable, if null, means batch is disabled
+ timeout
+ connectTimeout
+ bool gzipEnabled
+ enum codec
+ enum contentType // json, csv, msgpack
+ enum compressMethod // gzip, zstd, br
+ TlsConfig tlsConfig // nullable, language specific
+ void close()
}
Expand Down

0 comments on commit 236ac60

Please sign in to comment.