typesafehub / conductr-lib

Other
8 stars 13 forks source link

ConductR 1.1 update - consider `BUNDLE_SYSTEM` and `BUNDLE_SYSTEM_VERSION` when setting up Akka cluster #61

Closed fsat closed 9 years ago

fsat commented 9 years ago

As of ConductR 1.1 the system version value is now extracted from BUNDLE_SYSTEM environment variable, and made available to running applications as a separate BUNDLE_SYSTEM_VERSION environment variable.

Ensure the Akka cluster name takes into account BUNDLE_SYSTEM and BUNDLE_SYSTEM_VERSION when starting Akka and Play based applications.

fsat commented 9 years ago

Fixes https://github.com/typesafehub/conductr/issues/849 from conductr-bundle-lib side of things.

huntc commented 9 years ago

LGTM with some minor comments

fsat commented 9 years ago

@huntc - feedback implemented

huntc commented 9 years ago

LGTM

fsat commented 9 years ago

@huntc - README updated with matching versions of ConductR and conductr-bundle-lib.