Legacy API Adapter
The Legacy API adapter wraps existing REST, SOAP, and custom API endpoints, exposing them as NTL signal handlers. This enables organizations to bring legacy systems into the NTL network without modifying the original codebase.Use Case
Many organizations have critical systems that:- Cannot be modified (vendor software, regulatory constraints)
- Use outdated protocols (SOAP, XML-RPC)
- Have no plans to migrate to modern architectures
Configuration
Legacy endpoints are configured declaratively:Signal Mapping
The adapter maps signal fields to API request parameters:Health Monitoring
The adapter continuously monitors legacy endpoints and adjusts its behavior:- Healthy — Normal signal processing
- Degraded — Increased timeouts, reduced weight on responses
- Unhealthy — Queues signals for retry, emits health warning signals