-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: streaming now enabled/disabled with runtime flag (#605)
This PR takes streaming from being a compile-time feature, to a feature controlled via the CLI. The new arg `streaming` (requires `strict`) will cause Edge to start up in streaming mode instead of polling. Note that streaming updates from Unleash is still experimental and this is not stable. But this'll allow us to start testing it in our own infrastructure.
- Loading branch information
Showing
11 changed files
with
127 additions
and
100 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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.