-
Notifications
You must be signed in to change notification settings - Fork 44
feat(drive-abci): preliminary support for event subscriptions in Platform #2795
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
lklimek
wants to merge
46
commits into
v2.2-dev
Choose a base branch
from
feat/drive-event-bus
base: v2.2-dev
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.
+15,051
−844
Open
Changes from 32 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
7e242f7
feat(drive-abci): preliminary support for event subscriptions in Plat…
lklimek 187fd80
fix: Dockerfile
lklimek c3b1c1a
chore: cargo fmt
lklimek e3e5715
feat: rs-sdk add subscriptions feature
lklimek aa44c32
rs-dash-event-bus edition 2024
lklimek 2c68c4c
chore: cargo.lock
lklimek 953664c
dash-event-bus fixes
lklimek 15664fb
fmt
lklimek bcc8a07
cargo clippy + cargo machete
lklimek 8dcd14a
Merge remote-tracking branch 'origin/v2.1-dev' into feat/drive-event-bus
lklimek b8ae8cb
chore: fix build
lklimek 9b8bc40
refactor: rewrite subscriptions to not use bi-directional streams
lklimek 1b82c1b
chore: fix build
lklimek c1b30bd
chore: fmt
lklimek 7771e32
Merge remote-tracking branch 'origin/v2.1-dev' into feat/drive-event-bus
lklimek 1d7ca2e
chore: fix sdk
lklimek 1bc5fb7
Merge remote-tracking branch 'origin/v2.1-dev' into feat/drive-event-bus
lklimek 2d66a4c
chore: rabbit review and other small stuff
lklimek 9122a58
chore: update grpc clients
lklimek a326b8a
chore: improve platform_events example
lklimek 3e25658
fix(dashmate): dashmate restart --platform should restart rs-dapi and…
lklimek 66a756d
feat(rs-dapi): keepalives for event stream
lklimek 7c81629
chore(dapi-grpc): update protobuf clients
lklimek fe39bb9
Merge branch 'v2.2-dev' into feat/drive-event-bus
lklimek cb04779
test: exclude SubscribePlatformEvents from coverage checks
lklimek 068dcd7
Merge remote-tracking branch 'origin/v2.2-dev' into feat/drive-event-bus
lklimek 0f2d368
build: bump version to 2.2.0-dev.1 to make migrations run
lklimek ee86a19
feat(dapi): configurable timeouts
lklimek 0c436ac
chore: apply rabbit's feedback and linter
lklimek 5ccbd08
test: fix platform events test
lklimek c55eb12
chore: rebuild dapi clients
lklimek 51fb24e
Merge remote-tracking branch 'origin/v2.2-dev' into feat/drive-event-bus
lklimek 241b30b
chore: saturating sub the keepalive
lklimek d7d8f83
chore: recreate grpc clients
lklimek 5ff52de
chore(drive-abci): lint and machete
lklimek 7895cb6
fix failing migratons
lklimek d6f52ea
chore: typo
lklimek 2c8d6be
chore: subscription id as int
lklimek fa042cc
refactor(rs-dapi): simplify timeout handling
lklimek 1742c74
chore: docs typo
lklimek 3148d08
chore: clippy
lklimek 2293471
fix: envoy config broken
lklimek 2b7e09f
chore: streaming grace period 5s in envoy
lklimek 5d129f9
feat: stream idle timeout normalized to 300s
lklimek 97b1b7e
chore: cleanup after rabbit feedback
lklimek ddb66d7
chore: rabbit feedback
lklimek 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
Some comments aren't visible on the classic Files Changed page.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2,495 changes: 2,495 additions & 0 deletions
2,495
packages/dapi-grpc/clients/drive/v0/nodejs/drive_pbjs.js
Large diffs are not rendered by default.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.