Skip to content

NDK v0.3.0 Release Notes#

Configuration Acknowledgements#

To allow NDK agents to explicitly acknowledge the received configuration a new agent registration option - wait_config_ack - has been added to the AgentRegistrationRequest.

To facilitate acknowledgment exchange, a new gRPC service - SdkMgrConfigService - has been introduced in this release. Clients (NDK agents) send AcknowledgeConfigRequest to the NDK server to explicitly acknowledge each configuration update they received.

Comments