Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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 [
    Jira
    serverAnotheria.net OpenSource JIRA
    serverIdd2cae391-b787-32d7-99e4-45cd0e9996e3
    keyDISTRIBUTEME-17
    ]

 

 

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)