Commit Graph

203 Commits

Author SHA1 Message Date
M. Hanif Shahy 0c569cb5ea
Update basics.md (#1276)
In this example firstWhere() causes compile time error if null passed to its orElse named parameter in dart 3. I fix it by using firstWhereOrNull() with no orElse named parameter.
2024-04-02 07:46:02 -07:00
Eugene Ostroukhov a59839a611
[C++] Remove mention of `set_buffer_hint` (#1275)
fixes: grpc/grpc#34823
2024-03-26 11:30:52 -07:00
yifeizhuang eb31d760f0
grpc day blog post (#1206) 2024-03-13 14:54:50 -07:00
Richard Belleville bda02f92b6
Add Reflection Guide (#1269) 2024-03-11 14:21:11 -07:00
yifeizhuang 97ad71b7d1
guide: add retry (#1264) 2024-03-06 08:59:08 -08:00
Eric Anderson 4f733b4438
Use absolute paths instead of absolute URLs (#1268)
When you specify grpc.io in a URL, it is considered a separate site and
gets the "linking away" anchor behavior, with the icon and opening in a
new tab. Also, such links don't work properly when running locally or
using the PR deploy preview.

In metadata.md, the concepts guide moved locations (see
layouts/index.redirects), so let's inline that redirect.
2024-02-29 13:44:05 -08:00
Eric Anderson d9bbae5fd2
guides: Add interceptors (#1267) 2024-02-29 13:17:39 -08:00
Terry Wilson 59733711dc
Add a service config guide (#1261) 2024-02-29 11:19:28 -08:00
Larry Safran fb661d4de7
Status Codes user guide (#1263) 2024-02-29 11:14:30 -08:00
Esun Kim 23036f0cb0
Updated protoc version for gRPC 1.62 (#1265) 2024-02-29 08:16:28 -08:00
mohammed yusuf 4f7949c36f
Added comments on quickstart, java: To enhancing user comprehension a… (#1250)
Added comments on quickstart, java: To enhancing user comprehension and readability.
2024-01-24 13:09:48 -08:00
Terry Wilson 5369677bab
Add missing parenthesis to health checking guide (#1249) 2024-01-16 10:58:04 -08:00
Xuan Wang d90b5f947a
Add OAuth token-based authentication to guide (#1245) 2024-01-12 16:02:13 -08:00
Terry Wilson c11efedde4
Adds example links to the error handling guide (#1247) 2024-01-12 12:51:43 -08:00
Rafał Mucha 8ee355da8d
Add subsection about customisation packages (#1169) 2024-01-10 16:59:44 -08:00
Easwar Swaminathan e7e993eb0c
Fix default value of KEEPALIVE_TIME (#1239) 2024-01-02 10:29:55 -08:00
Pavel Mokeev 523b917672
Remove flag.Parse() line from go basic guide (#1241) 2024-01-02 10:26:37 -08:00
Larry Safran ed84ebd9ae
Point to the monthly community meetups (#1240) 2024-01-02 10:25:28 -08:00
Easwar Swaminathan 995e91e4ba
Remove line about combining headers as an optimization (#1234) 2023-12-19 15:24:28 -08:00
Terry Wilson 849f694b76
Blog entry on how to use grpc-web (#1226)
This is a guest entry from Postman, written by Ian Douglas
2023-12-13 12:06:21 -08:00
Liviu Costea 44762174d4
update deprecated http2_protocol_options envoy field (#1228) 2023-12-11 08:40:51 -08:00
Jonathan Chan b34c592211
Fixes #918 - Ruby Multithreaded Client Streaming Documentation (#946)
Fixes #918 with the suggested additions to document advance usage for client streaming connections
2023-11-14 15:15:09 -08:00
Terry Wilson fb004c28d8
Add a link to the cpp cancellation example (#1224) 2023-11-07 15:59:28 -08:00
Siniša Andrić b7baf3a1fc
Update generated-code.md (#1223) 2023-11-07 15:53:36 -08:00
yifeizhuang b864596016
Blog: gRPConf 2023 wrap-up (#1215) 2023-10-30 10:19:16 -07:00
xpume 06a0803b18
Fix broken link jadekler→jeanbza (#1217) 2023-10-30 08:35:28 -07:00
Terry Wilson cad984c489
Fix typo in Kotlin quickstart (#1205) 2023-10-05 14:03:57 -07:00
Tomer Brisker 338a44d03b
Correct typo in flow-control.md (#1196) 2023-10-04 15:26:15 -07:00
Easwar Swaminathan d357308215
Add a guide for request hedging (#1199) 2023-10-03 10:42:42 -07:00
Jan Tattermusch 20352f9b8b
Update Grpc C# future blogpost with latest updates (#1202) 2023-10-02 12:51:19 -07:00
Larry Safran 449b10983e
Metadata user guide (#1190) 2023-09-26 13:19:43 -07:00
Igor ba9c6d82bb
fixing url (#1193) 2023-09-13 10:49:10 -07:00
George Hotelling a0d39db33b
Fix link to "Officially supported languages and platforms" (#1072)
Link rot in Officially Supported Languages

---------

Co-authored-by: Eric Anderson <ejona@google.com>
2023-09-13 10:46:11 -07:00
Seetarama Raju 4c9e859bac
go: Update basics.md - Format file extensions in code font (#1167) 2023-09-13 10:39:14 -07:00
Terry Wilson 50a7a9906e
Fix bullet points in the health check guide (#1194) 2023-09-12 14:22:45 -07:00
Terry Wilson 5260447ed7
User guide for health checking (#1191) 2023-09-08 18:06:39 -07:00
Rin Arakaki e76a1038c3
Format python snippets (#1187) 2023-09-06 12:10:32 -07:00
Seetarama Raju 8858fcbcca
dart: Update basics.md - Format file extensions in code font (#1166) 2023-08-24 09:03:17 -07:00
Xuan Wang 67e5038dd4
Update authentication user guide (#1180) 2023-08-22 13:54:22 -07:00
flyqie 007035bbf0
fix: Go example url error in Wait-for-Ready documentation page (#1179) 2023-08-21 10:08:45 -07:00
Jonathan 375496713d
fix envoy configure for grpc-web tutorial (#1178) 2023-08-17 13:50:36 -07:00
Terry Wilson 20d8fbea54
Blog post for gRPConf 2023 schedule (#1177) 2023-08-16 09:13:26 -07:00
Matthew Stevenson 8919e6bf62
Clarify what GCP platforms are supported by gRPC's ALTS libraries. (#1174) 2023-08-07 11:38:55 -07:00
Michael Lumish de75d84853
Update Node example documentation for example migration to grpc-node repository (#1154) 2023-08-01 21:02:16 -04:00
Seetarama Raju d8be2abf48
Node: Update basics.md - Format file extensions in code font (#1162) 2023-07-14 08:49:50 -07:00
Seetarama Raju 7841685157
cpp: Update basics.md - Format file extensions in code font (#1165) 2023-07-14 08:46:28 -07:00
Seetarama Raju a1fb000d6b
Python: Update basics.md - Format file extensions in code font (#1164) 2023-07-13 11:36:53 -07:00
Seetarama Raju e7f5082f2b
Kotlin: Update basics.md - Fix "Simple RPC" heading level (#1160) 2023-07-12 14:41:38 -07:00
Seetarama Raju 0597f48700
Java: Update basics.md - Format file extensions in code font (#1161) 2023-07-12 08:03:34 -07:00
LYK 9fca0325a9
kotlin: Update quickstart.md (#1159)
Updated example code that doesn't use Builder. The current example code doesn't use Builder.

https://github.com/grpc/grpc-kotlin/blob/master/examples/server/src/main/kotlin/io/grpc/examples/helloworld/HelloWorldServer.kt#L49
https://github.com/grpc/grpc-kotlin/blob/master/examples/client/src/main/kotlin/io/grpc/examples/helloworld/HelloWorldClient.kt#L29
2023-07-10 10:25:22 -07:00