This repository was archived by the owner on May 30, 2024. It is now read-only.
Add batched event processing to Java client - #1
Merged
Conversation
Contributor
Author
There was a problem hiding this comment.
This format seemed to mollify the picky Go JSON date parser
Contributor
There was a problem hiding this comment.
Ahh, the JS impl will be fun. It looks like this (stripped down, since we only need to support one particular format) should work: http://jsfiddle.net/phZr7/1/
Contributor
There was a problem hiding this comment.
Here it is, hopefully it is equivalent: https://github.com/launchdarkly/gonfalon/commit/66466ee33d88764cc32cf3845c93853c7f9ce696#diff-99275a897680eec628d77bbf2cb3c112R264
…c API is detected.
Annotate New Relic transactions with feature flag data if the NewRelic API is detected
Contributor
|
lgtm |
Contributor
Author
|
I'm going to hold off on merging this until the event recorder is live in prod. |
jkodumal
added a commit
that referenced
this pull request
Nov 29, 2014
Add batched event processing to Java client
jkodumal
added a commit
that referenced
this pull request
Sep 25, 2015
Add batched event processing to Java client
arun251
added a commit
that referenced
this pull request
Feb 24, 2017
…meout Add configured timeouts to EventProcessor
LaunchDarklyCI
pushed a commit
that referenced
this pull request
Jan 16, 2020
(4.x - #1) start renaming FeatureStore & UpdateProcessor to DataStore & DataSource
LaunchDarklyCI
pushed a commit
that referenced
this pull request
Jan 30, 2020
(4.x - #1) add component-scoped configuration for polling and streaming
eli-darkly
added a commit
that referenced
this pull request
Apr 30, 2020
…nd-eval (5.0 - #1) refactor model classes and evaluation logic
eli-darkly
added a commit
that referenced
this pull request
Apr 30, 2020
(5.0 - #1) increase the minimum Java version all the way to 8!
eli-darkly
added a commit
that referenced
this pull request
Apr 30, 2020
(5.0 - #1) use a context object to pass the DiagnosticAccumulator to components
eli-darkly
added a commit
that referenced
this pull request
Apr 30, 2020
(5.0 - #1) implement new DataStore/PersistentDataStore model
eli-darkly
added a commit
that referenced
this pull request
Apr 30, 2020
5.0 (#1): remove deprecated HTTP config properties
eli-darkly
added a commit
that referenced
this pull request
Apr 30, 2020
(5.0 - #1) use non-nullable integers in EvaluationDetail and events
LaunchDarklyCI
pushed a commit
that referenced
this pull request
May 13, 2020
(#1) relax test app OSGi version constraints to support beta versions
LaunchDarklyReleaseBot
pushed a commit
that referenced
this pull request
Dec 7, 2022
(#1) remove alias events
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR creates event processing scaffolding and publishes feature request events to LaunchDarkly.