|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Configuration for service registry. More...
#include <service_registry.h>

Public Attributes | |
| bool | enable_reflection = false |
| Enable reflection service for debugging. | |
| bool | enable_health_check = false |
| Enable health checking service. | |
| std::string | health_service_name = "grpc.health.v1.Health" |
| Health check service name (default: "grpc.health.v1.Health") | |
Configuration for service registry.
Definition at line 408 of file service_registry.h.
| bool kcenon::network::protocols::grpc::registry_config::enable_health_check = false |
Enable health checking service.
Definition at line 414 of file service_registry.h.
Referenced by kcenon::network::protocols::grpc::service_registry::impl::register_service().
| bool kcenon::network::protocols::grpc::registry_config::enable_reflection = false |
Enable reflection service for debugging.
Definition at line 411 of file service_registry.h.
Referenced by kcenon::network::protocols::grpc::service_registry::impl::is_reflection_enabled().
| std::string kcenon::network::protocols::grpc::registry_config::health_service_name = "grpc.health.v1.Health" |
Health check service name (default: "grpc.health.v1.Health")
Definition at line 417 of file service_registry.h.