Skip to content

Commit 722ad0e

Browse files
author
James Moey
committed
Update readme to show qos_option is enable for rpc_server.
1 parent 770c9a8 commit 722ad0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ rpc_servers:
375375
random_int:
376376
connection: default
377377
callback: random_int_server
378+
qos_options: {prefetch_size: 0, prefetch_count: 1, global: false}
378379
```
379380
380381
Here we have a very useful server: it returns random integers to its clients. The callback used to process the request will be the __random\_int\_server__ service. Now let's see how to invoke it from our controllers.

0 commit comments

Comments
 (0)