Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
kcenon::network::protocols::grpc::registry_config Struct Reference

Configuration for service registry. More...

#include <service_registry.h>

Collaboration diagram for kcenon::network::protocols::grpc::registry_config:
Collaboration graph

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")
 

Detailed Description

Configuration for service registry.

Definition at line 408 of file service_registry.h.

Member Data Documentation

◆ enable_health_check

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().

◆ enable_reflection

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().

◆ health_service_name

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.


The documentation for this struct was generated from the following file: