-
Notifications
You must be signed in to change notification settings - Fork 195
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
Traffic generator V2 #1055
Traffic generator V2 #1055
Conversation
1b7fac4
to
6c5f4a3
Compare
want to just have the dispersal version in this PR and have retrieval & other features as separate PRs? |
Yeah sounds good, need to clean up the PR before open |
6c5f4a3
to
afcc4c0
Compare
@cody-littley can you take a pass at this PR? |
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.
LGTM
Why are these changes needed?
Repurpose the new traffic generator to only support EigendDA V2 APIs.
Right now only dispersal is working. Will add back support for blob reading in a future PR.
Blob writer configuration
This PR also adds configuring blob writers through runtime by modifying a file. An example configuration is given in
tools/traffic/config/example_runtime_config.yaml
Checks