Skip to content

Commit

Permalink
docs: fix Kitex multi-service doc (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina-Sakai authored Mar 7, 2024
1 parent d7a5b5d commit ca6ceb1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ When `server.WithRefuseTrafficWithoutServiceName` option is enabled, an error wi
if the server receives requests in the following cases:
- Client uses the older Kitex version (< v0.9.0), which does not support multi-service feature
- The transport protocol of a request is not TTHeader (Kitex pb's transport protocol enables TTHeader by default)
- Client option `client.WithMetaHandler(transmeta.ClientTTHeaderHandler())` is not set

## FAQ
### 1. What's the difference between Multi-Service and Combine Service?
Expand Down

0 comments on commit ca6ceb1

Please sign in to comment.