mirror of
https://codeberg.org/JasterV/grpc-slides.git
synced 2026-04-26 18:40:03 +00:00
Update notes
This commit is contained in:
parent
ea79735906
commit
58757250e6
1 changed files with 8 additions and 5 deletions
|
|
@ -28,6 +28,8 @@ note:
|
|||
|
||||
- RPCRuntime is also known as RPC communications package
|
||||
|
||||
- One of the most important work the server developers must do is to define the **interface**
|
||||
|
||||
- In that lab, the user-stub and server-stub used to be generated by a program called Lupine.
|
||||
|
||||
[1] WHITE, J. E. A high-level framework for network-based resource sharing. In Proc. National Computer Conference, (June 1976).
|
||||
|
|
@ -183,11 +185,12 @@ note:
|
|||
|
||||
note:
|
||||
|
||||
Compatibility notes:
|
||||
- Field deletion compatibility is supported at a syntax level
|
||||
*Compatibility notes*
|
||||
|
||||
- Field deletion compatibility is supported at a syntax level
|
||||
- Via the use of a special keyword
|
||||
- Fields not found will be set a default value always
|
||||
- Extra not supported fields will be ignored
|
||||
- Fields not found will be set a default value always
|
||||
- Extra not supported fields will be ignored
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue