grpc-kv-examples
2025-01-25
Add C# client with certificate helper and reorganize Python into package structure
17 files · 780+ · 22-
Add C# gRPC client implementation
4 files changed
Program.csC# client entry point with Serilog logging setupGrpcClientHelper.csgRPC channel creation with custom certificate validation and HttpClientHandlerCertificateHelper.csX509 certificate loading from PEM environment variablesCSharpGrpcClient.csprojAdded Serilog.Extensions.Logging package reference
- Added C# gRPC client with custom server certificate thumbprint validation
instantiate
behavioral
2 files
GrpcClientHelper.csCertificateHelper.cs
- Integrated Serilog for structured logging with debug-level TLS handshake tracing
instantiate
internal
1 file
Program.cs
Add PHP gRPC client with generated proto files
3 files changed
simple-php-client.phpPHP gRPC client with certificate loadingcomposer.jsonPHP package config with grpc and protobuf dependenciesGetRequest.phpGenerated PHP protobuf message class
- Added PHP gRPC client with generated protobuf classes and composer dependencies
instantiate
behavioral
2 files
simple-php-client.phpcomposer.json
Reorganize Python into package structure
3 files changed
certificate_helper.pyCertificate loading and inspection utility modulelogging_helper.pyStructured logging with emoji domain prefixes__init__.pyPython package init
Environment and endpoint improvements
1 file changed
env.shAdded per-language server endpoints and key size detection