-
Notifications
You must be signed in to change notification settings - Fork 852
docs: default dataTransferMode is streaming, not bulk #2377
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
docs: default dataTransferMode is streaming, not bulk #2377
Conversation
Acrolinx ScorecardsA minimum total score of 80 is required. Select the total score link to review all feedback on clarity, consistency, tone, brand, terms, spelling, grammar, readability, and inclusive language. You should fix all spelling errors regardless of your total score. Fixing spelling errors helps maintain customer trust in overall content quality.
More information about Acrolinx |
Acrolinx ScorecardsA minimum total score of 80 is required. Select the total score link to review all feedback on clarity, consistency, tone, brand, terms, spelling, grammar, readability, and inclusive language. You should fix all spelling errors regardless of your total score. Fixing spelling errors helps maintain customer trust in overall content quality.
More information about Acrolinx |
@microsoft-github-policy-service agree company="Adyen" |
440042b
to
a60a8e1
Compare
Acrolinx ScorecardsA minimum total score of 80 is required. Select the total score link to review all feedback on clarity, consistency, tone, brand, terms, spelling, grammar, readability, and inclusive language. You should fix all spelling errors regardless of your total score. Fixing spelling errors helps maintain customer trust in overall content quality.
More information about Acrolinx |
Acrolinx ScorecardsA minimum total score of 80 is required. Select the total score link to review all feedback on clarity, consistency, tone, brand, terms, spelling, grammar, readability, and inclusive language. You should fix all spelling errors regardless of your total score. Fixing spelling errors helps maintain customer trust in overall content quality.
More information about Acrolinx |
Hey @mhamilton723 , is there anything missing to start a review of this MR? 🙏 :) |
Related Issues/PRs
What changes are proposed in this pull request?
The docs say that the default
dataTransferMode
isbulk
but it is actually set tostreaming
. We just found this out over a long debugging session at work.I saw that the default mode was recently changed to
streaming
by #2088 so I assume this was purposeful. Therefore I decided to change the docs to be in accordance to the current default, instead of reverting the default tobulk
.How is this patch tested?
Does this PR change any dependencies?
Does this PR add a new feature? If so, have you added samples on website?