Skip to content
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

Added Subsegment streaming strategy. #83

Merged
merged 3 commits into from
Jun 14, 2019
Merged

Added Subsegment streaming strategy. #83

merged 3 commits into from
Jun 14, 2019

Conversation

srprash
Copy link
Collaborator

@srprash srprash commented Jun 5, 2019

Issue #, if available:

Description of changes:
Added an interface IStreamingStrategy to enable customization of streaming strategies. Defaults to the DefaultStreamingStrategy if custom strategy is not provided.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@yogiraj07 yogiraj07 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also add unit tests for DefaultStreamingStrategy class.

sdk/src/Core/Strategies/IStreamingStrategy.cs Outdated Show resolved Hide resolved
sdk/src/Core/Strategies/IStreamingStrategy.cs Outdated Show resolved Hide resolved
…egments() to Stream(). Added check for negative number in DefaultStreamingStrategy(). Added unit tests for the same.
@yogiraj07 yogiraj07 merged commit f41ad03 into aws:master Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants