java-server-sdk
java-server-sdk copied to clipboard
LaunchDarkly Server-Side SDK for Java
**Is this a support request?** This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the SDK code. If you're not sure whether the problem...
hello, I have detected that thanks to Spring 5 and Project Reactor more and more projects use so-called reactive approach. To be able to use an existing Launch Darkly client...
**Is your feature request related to a problem? Please describe.** Hi team, I am using launchdarkly relay and java SDK on my k8s cluster. I found massive repeating logs caused...
**Is your feature request related to a problem? Please describe.** We are trying to migrate to JDK 17 and we're having issues regarding Jigsaw ``` java: package com.launchdarkly.sdk.server.interfaces does not...
**Is your feature request related to a problem? Please describe.** We are discussing a situation where the Java SDK - when it is starting up as part of an application...
**Describe the bug** The fat jar contains a copy of the `launchdarkly-logging` library but *also* introduces a transitive dependency on a separate jar of that library, resulting in duplicates on...
Reading source code I found that `new LDClient` blocks calling thread until we connect to backend and fetch data. Could you please provide something like `LDClient.create: Future[LDClient]` which does not...
**Is your feature request related to a problem? Please describe.** `org.yaml/snakeyaml` keeps having CVEs found for it, which requires that we upgrade the shaded LD SDK even though we don't...
Have a robust in memory datastore fallback when the persistent data store connection is not working
**Is your feature request related to a problem? Please describe.** 1. Currently if I have a PersistentDataStore (like Redis) that is not reachable when initializing the LaunchDarkly client, when I...
**Is your feature request related to a problem? Please describe.** I currently use the launchdarkly JAVA SDK in Spring (Boot) based application. The library is currently not supported when compiling...