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

Throughput fix for throwing on not found and using custom serializer #772

Merged
merged 9 commits into from
Sep 10, 2019

Conversation

j82w
Copy link
Contributor

@j82w j82w commented Sep 6, 2019

Pull Request Template

Description

Throughput operation had a bug which caused it throw when the database or container was not found.

Fixed the throughput operations to use the default property serializer instead of the customer serializer. Using the custom serializer would cause it to break based on the customer's implementation.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

closes #696 closes #728

…izer is not applied to any throughput operation.
@j82w j82w added the bug Something isn't working label Sep 6, 2019
@j82w j82w self-assigned this Sep 6, 2019
ealsur
ealsur previously approved these changes Sep 9, 2019
changelog.md Outdated Show resolved Hide resolved
@j82w j82w dismissed stale reviews from kirankumarkolli and ealsur via 3f9139e September 10, 2019 13:58
@kirankumarkolli kirankumarkolli merged commit d235751 into master Sep 10, 2019
@kirankumarkolli kirankumarkolli deleted the users/jawilley/throughput_fix branch September 10, 2019 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
4 participants