FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add Optional Deletion Tracking To PG and MySql Stores by thefringeninja · Pull Request #281 · SQLStreamStore/SQLStreamStore · GitHub

This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Add Optional Deletion Tracking To PG and MySql Stores - #281

Merged
thefringeninja merged 3 commits into
SQLStreamStore:masterfrom
thefringeninja:nacker-tracker
May 23, 2019
Merged

Add Optional Deletion Tracking To PG and MySql Stores#281
thefringeninja merged 3 commits into
SQLStreamStore:masterfrom
thefringeninja:nacker-tracker

Conversation

Copy link
Copy Markdown
Contributor

To align with MsSql V3

thefringeninja self-assigned this May 23, 2019
thefringeninja changed the title Add Optional Deletion Tracking To PG and MySql Stores [WIP] Add Optional Deletion Tracking To PG and MySql Stores May 23, 2019
/// performance, however subscribers won't know if a stream or a
/// message has been deleted. This can be modified at runtime.
/// </summary>
public bool DisableDeletionTracking { get; set; }

pgermishuys May 23, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

DisableDeletionTracking sounds like an operation I can perform whereas DeletionTrackingEnabled tells me it's a property that I am able to get/ set. (sorry if this comes across as nitpicking)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Agreed, but then it would not align with what's already in there for MsSqlV3. I know that people are using the beta in production and I am reluctant to break them

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

gotcha!

thefringeninja changed the title [WIP] Add Optional Deletion Tracking To PG and MySql Stores Add Optional Deletion Tracking To PG and MySql Stores May 23, 2019
thefringeninja merged commit e4589a0 into SQLStreamStore:master May 23, 2019
thefringeninja deleted the nacker-tracker branch May 23, 2019 12:34
thefringeninja added this to the v1.2.0 milestone May 27, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL