-
Notifications
You must be signed in to change notification settings - Fork 494
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
Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from metadata #4523
Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from metadata #4523
Conversation
Microsoft.Azure.Cosmos/src/Resource/FullFidelity/ChangeFeedMetadata.cs
Outdated
Show resolved
Hide resolved
…liveexpired-deserialization-issue
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Contracts/DotNetPreviewSDKAPI.json
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
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.
Please update the title in a way that makes sense for a customer when reading it in the changelog. Maybe Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from metadata
or something that when an external user without much context reads it, can understand what it fixed.
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
…liveexpired-deserialization-issue
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
…. later PRs to test STJ de/serialization.
…liveexpired-deserialization-issue
…liveexpired-deserialization-issue
Microsoft.Azure.Cosmos.Samples/Usage/ReEncryption/ReEncryption.csproj
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Contracts/DotNetPreviewSDKAPI.json
Show resolved
Hide resolved
…liveexpired-deserialization-issue
…liveexpired-deserialization-issue
…liveexpired-deserialization-issue
Pull Request Template
Description
Bug recognize when onboarding a customer that needed to set TTL on the item. timeToLiveExpired was not being deserialized and always returning default Boolean value of false. The TTL deletes where recognized in the feed, just wrong value for timeToLiveExpired.
Type of change
Please delete options that are not relevant.
Closing issues
To automatically close an issue: closes #IssueNumber