-
Notifications
You must be signed in to change notification settings - Fork 11
feat: Add FDv2 Streaming Synchronizer #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kinyoklion
wants to merge
43
commits into
main
Choose a base branch
from
rlamb/streaming-synchronizer
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
19d9c02
chore: adds fdv2 payload parsing and protocol handling
tanderson-ld fbea872
adding package info files and fixing package name issue
tanderson-ld adcaa0e
more checkstyle fixes
tanderson-ld f2b209d
chore: Add interfaces for synchronizer/initializer.
kinyoklion 8c115cc
Merge branch 'main' into rlamb/add-fdv2-data-source-interfaces
kinyoklion de2fded
Revert version change
kinyoklion 98d3b39
feat: Add FDv2 polling support.
kinyoklion da3c639
Merge remote-tracking branch 'origin' into rlamb/add-fdv2-data-source…
kinyoklion 8fb88ed
WIP: Polling initializer/synchronizer.
kinyoklion da27015
Use updated internal lib.
kinyoklion aba46ef
Update comment
kinyoklion 7401331
Add termination.
kinyoklion bba0cdc
Remove test file that isn't ready.
kinyoklion 89bd017
Polling tests and some fixes.
kinyoklion 228f3e6
Try pre block.
kinyoklion 9469b23
Add streaming path.
kinyoklion 9a450e6
Merge branch 'main' of github.com:launchdarkly/java-core into rlamb/a…
kinyoklion 4b8313b
Use the DataStoreTypes.ChangeSet type for data source results.
kinyoklion 31eb13e
Make iterable async queue package private.
kinyoklion 4a2fe3b
Revert Version.java
kinyoklion 3428591
Add comments to SelectorSource.
kinyoklion ff60216
Revert build.gradle.
kinyoklion e985f80
Update launchdarklyJavaSdkInternal version to 1.6.1
kinyoklion a956484
Move mermaid out of doc comment.
kinyoklion ff2376e
Merge branch 'rlamb/add-fdv2-data-source-interfaces' of github.com:la…
kinyoklion 376bb1f
chore: Add streaming synchronizer.
kinyoklion 194c30c
PR feedback.
kinyoklion 707fe0e
Implement more shutdown logic.
kinyoklion cb79f5e
Change null check.
kinyoklion 6702239
Merge branch 'rlamb/add-fdv2-data-source-interfaces' into rlamb/strea…
kinyoklion 0aba424
chore: Implement streaming synchronizer.
kinyoklion 49c6008
Merge remote-tracking branch 'origin' into rlamb/streaming-synchronizer
kinyoklion b429eba
Basic streaming synchronizer.
kinyoklion 278f670
Extend test coverage
kinyoklion 84be62d
Add payload filter and more testing.
kinyoklion ec609a5
Add comments to FDv2 data source interfaces.
kinyoklion 3461149
Remove extra blank lines
kinyoklion b32d3ca
Revert requestor change
kinyoklion 97ac7c4
Remove leftover file.
kinyoklion 7c84a68
Extend polling tests for INTERNAL_ERROR
kinyoklion 9c43cbb
Handle close before start.
kinyoklion a383fc9
Threading and tests.
kinyoklion 9c1c4c4
Update documentation.
kinyoklion File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gap identified working on streaming.