<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:35:03 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[GODRIVER-824] Support postBatchResumeToken in change streams</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-824</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;See &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-595&quot; title=&quot;Support postBatchResumeToken in change streams&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-595&quot;&gt;&lt;del&gt;DRIVERS-595&lt;/del&gt;&lt;/a&gt; for details.&lt;/p&gt;</description>
                <environment></environment>
        <key id="687887">GODRIVER-824</key>
            <summary>Support postBatchResumeToken in change streams</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="divjot.arora@mongodb.com">Divjot Arora</assignee>
                                    <reporter username="rathi.gnanasekaran">Rathi Gnanasekaran</reporter>
                        <labels>
                            <label>FY2020Q1</label>
                    </labels>
                <created>Mon, 11 Feb 2019 20:29:33 +0000</created>
                <updated>Sat, 28 Oct 2023 11:39:07 +0000</updated>
                            <resolved>Tue, 7 May 2019 21:27:41 +0000</resolved>
                                                    <fixVersion>1.1.0</fixVersion>
                                    <component>CRUD</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="2237871" author="xgen-internal-githook" created="Tue, 7 May 2019 21:27:19 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Divjot Arora&apos;, &apos;username&apos;: &apos;divjotarora&apos;, &apos;email&apos;: &apos;divjot.arora@10gen.com&apos;}
&lt;p&gt;Message: Support startAfter and postBatchResumeToken in change streams.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-765&quot; title=&quot;Support &amp;#39;startAfter&amp;#39; option to the $changeStream stage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-765&quot;&gt;&lt;del&gt;GODRIVER-765&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-824&quot; title=&quot;Support postBatchResumeToken in change streams&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-824&quot;&gt;&lt;del&gt;GODRIVER-824&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Change-Id: I9f646c56bdc3865884f82fd4b230be9a1ffac658&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/e5392abff1e09c191049106a5ec082ed63fbc92d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/e5392abff1e09c191049106a5ec082ed63fbc92d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2233975" author="divjot.arora" created="Fri, 3 May 2019 17:41:51 +0000"  >&lt;p&gt;CR:&#160;&lt;a href=&quot;https://review.gerrithub.io/c/mongodb/mongo-go-driver/+/452458&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.gerrithub.io/c/mongodb/mongo-go-driver/+/452458&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2226415" author="divjot.arora" created="Fri, 26 Apr 2019 18:05:47 +0000"  >&lt;p&gt;This is being done in the same patch as &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-765&quot; title=&quot;Support &amp;#39;startAfter&amp;#39; option to the $changeStream stage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-765&quot;&gt;&lt;del&gt;GODRIVER-765&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2205623" author="jeff.yemin" created="Mon, 8 Apr 2019 19:05:21 +0000"  >&lt;p&gt;We&apos;re pretty close to having specification tests approved for this feature.  Once we have that we can schedule this work&lt;/p&gt;</comment>
                            <comment id="2205145" author="drew.dipalma" created="Mon, 8 Apr 2019 14:55:46 +0000"  >&lt;p&gt;We did a bit of research on our side to center around priority here.&#160; We see this cause Triggers to become disabled fairly regularly.&#160;&#160;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;5 tickets related to this within the past 90 day representing ~28% of Triggers related tickets and ~3% of total Stitch tickets&lt;/li&gt;
	&lt;li&gt;Of the 1342 Triggers that are currently live (not deleted), 158 are currently in a failed state that we believe is due to this issue. This represents ~10% of total live triggers and ~21% of Triggers currently in a failed state&lt;/li&gt;
	&lt;li&gt;The only way for a customer to mitigate this is to resume without the token which leads to missed events.&#160;&#160;&lt;/li&gt;
	&lt;li&gt;There is no automated way for a customer to find about this failure (though we are starting work on this)&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="2202561" author="eric.daniels@10gen.com" created="Thu, 4 Apr 2019 20:38:31 +0000"  >&lt;p&gt;Yes we need it.&lt;/p&gt;</comment>
                            <comment id="2145108" author="ian@10gen.com" created="Mon, 11 Feb 2019 21:04:01 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=eric.daniels&quot; class=&quot;user-hover&quot; rel=&quot;eric.daniels&quot;&gt;eric.daniels&lt;/a&gt; does stitch need this?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="665095">DRIVERS-595</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="672706">GODRIVER-765</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>GODRIVER-488</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr78qn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>