-
Notifications
You must be signed in to change notification settings - Fork 38
Capabilities
Mohan Kumar Pandian edited this page Jan 28, 2016
·
1 revision
- Resilient and fault tolerant API layer in SOA achieved using Phantom
- Scatter-Gather capability built using Lego
- Dynamic dispatching and composing at API layer built using Hydra
- Embedded web server (Jetty), out of box metrics exposed through JMX
- Configuration driven Distributed Tracing support
- Data governance support to collect and log events
- In-built, phantom dashboard
- Developers are fully agnostic of threading though the platform internally uses jetty threads, datasource threads, phantom threads for each API request. Passing context between threads is also automated.
- Developers don't need to worry about transitive dependency conflicts coming through traditional service client artifacts provided by service owners
- Maven archetypes available to get started quickly
- All cross cutting concerns are taken care by platform including data validation, logging, synchronization etc. leaving developers to focus only on the business logic
- Better debuggability and visibility into component's performance and resource consumption