DF-25178: Optimizes blocksize-capital EA WS connection for subs/unsubs#5035
Open
cl-efornaciari wants to merge 4 commits into
Open
DF-25178: Optimizes blocksize-capital EA WS connection for subs/unsubs#5035cl-efornaciari wants to merge 4 commits into
cl-efornaciari wants to merge 4 commits into
Conversation
🦋 Changeset detectedLatest commit: 2872b04 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
d7a0944 to
bffd0c3
Compare
bffd0c3 to
65a702d
Compare
mmcallister-cll
previously approved these changes
Jun 16, 2026
mmcallister-cll
previously approved these changes
Jun 16, 2026
2dcbbfc to
336f210
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #ISSUE_NUMBER_GOES_HERE
Description
Implements custom subscription logic for multiple tickers in a single subscribe/unsubscribe batch
Steps to Test
Test plan — DF1 mainnet regression (2026-06-16)
Scope
blocksize-capitalcrypto(213 default transport, 37 explicittransport=ws)statusCode200 + numericresultExecution settings
http://localhost:8080(fresh instance, this branch)https://adapters.main.prod.cldev.sh/blocksize-capitalResults
http/defaultwsLocal vs prod: identical pass/fail set — 0 payloads fail locally that pass on prod (and vice versa).
Failures (same on local and prod)
http/defaulthttp/defaulthttp/defaultAll failures are 504 timeouts on default-path feeds, not provider 502s or WS subscribe errors.
transport=wspayloads: 37 / 37 on both environments.Retries (local)
160/250 local payloads needed at least one retry (cold WS subscription buildup); 157 recovered. Prod needed only 4 retries (warm deployment).
Conclusion
Batch subscribe changes match prod behavior on the full DF1 payload matrix. The 3 shared failures exist on both local and prod and are unrelated to the batch builder migration. WS transport coverage is 100% (37/37).
Artifacts:
/tmp/blocksize-df1-regression-local-fresh.json,/tmp/blocksize-df1-regression-prod-fresh.jsonQuality Assurance
infra-k8sconfiguration file.adapter-secretsconfiguration file.test-payload.jsonfile with relevant requests.feature/x,chore/x,release/x,hotfix/x,fix/x) or is created from Jira.