Allow headers to be passed to the seeder application #262
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.
Similar to #258 - this pull request allows custom headers to be passed to the seeder application, in order to forward these to the back-end server.
The same approach was taken as with the
-D(dimensions) command line paramter. The code to parseKEY=VALwas extracted to its own function so it could be reused with a new-Hheader switch.Both dimension and header tables are initialized with 3 items:
I ran the seeder with 4
-dswtiches and it didn't seem to cause an issue. Is the table size automatically increased?If accepted then the seeder docs page will also be updated. Note the
-bswitch also need to be documented (pull request).