Request for features by the customers
Requested Features
- Refactor Generators to use 1.6 style instead of apt (javax.annotation.processing instead of com.sun.mirror.apt)
- Allow to configure the registry via property instead of config [ - DISTRIBUTEME-17Getting issue details... STATUS ]
Realized Features
- Add lifecycle management interface to each service instance.
- Set default failover strategy for the complete application, not just per Interface. (See Defaults.class and config).
- Include Failover strategy with "circuit breaker" (alla stability pattern from book "Release It!" by Michael T. Nygard).
- Provide standard client for asynch communication along with the synch client (In work 1.1.0)