Starter

Feature Flags LaunchDarkly

LaunchDarkly starter-backed feature flag support for Helix services.

Artifact
helix-featureflags-launchdarkly-spring-boot-starter

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.featureflags.launchdarkly.springboot.starter
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.featureflags.launchdarkly.springboot.starter)
}

Configuration

This starter uses the helix.featureflags.launchdarkly property namespace.

Helix-specific LaunchDarkly configuration.

  • helix.featureflags.launchdarkly.sdkkey (String): LaunchDarkly SDK key.