Tanvi Jagtap
fc09bb43b7
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT ( #36327 )
...
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging
go/gpr_to_absl_logs
Replacing GPR_ASSERT with absl CHECK
GPR_ASSERT http://google3/third_party/grpc/include/grpc/support/log.h?q=symbol%3A%5CbGPR_ASSERT%5Cb%20case%3Ayes
CHECK http://google3/third_party/absl/log/check.h?q=symbol%3A%5CbCHECK%5Cb%20case%3Ayes
<!--
If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.
If your pull request is for a specific language, please add the appropriate
lang label.
-->
Closes #36327
PiperOrigin-RevId: 623851813
1 year ago
Eugene Ostroukhov
d43e35738a
Examples: unify command line flags ( #32456 )
...
1. All greeter servers now support flag `--port` to customize the listen
port.
2. All client implementation now have `--target` flag to specify the
server location.
3. ABSL is used to parse the flags to reduce the amount of boilerplate
code in the examples.
Fixes : #26989
2 years ago
Craig Tiller
ea389c00c2
Adjust include order per style guide ( #27175 )
...
Introduce clang-format configuration to sort includes closer to our rules.
4 years ago
Vijay Pai
ce16365421
clang-format C++ examples ( #25764 )
4 years ago
Prashant Jaikumar
4f2d8a0014
Fix bazel build for examples
...
Fixed the bazel build for some code in the examples directory.
6 years ago
Vijay Pai
c90a85649b
Change grpc++ references in names to grpcpp
7 years ago
Vijay Pai
4b047a3bff
Construction of streams shouldn't require triggering async ops
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Stanley Cheung
c9b401e3fc
cpp examples missing gpr asserts
9 years ago
Michael Yeh
f9b89b181d
Updated to more closely mimic greeter_async_client.cc. Fixed typos in comments.
9 years ago
Michael Yeh
470cbd1c6e
Created a new sample async client that is non-blocking. A reader thread is spawned to handle all the RPC results.
9 years ago