<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 09:05:43 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>[KAFKA-158] Add offset.partition.name configuration</title>
                <link>https://jira.mongodb.org/browse/KAFKA-158</link>
                <project id="16285" key="KAFKA">Kafka Connector</project>
                    <description>&lt;p&gt;Add new configuration &lt;b&gt;offset.partition.name&lt;/b&gt; which will be used instead of the default naming method if defined.&lt;br/&gt;
In such a case when the operations team wants a fresh start they just have to restart the connector with a new offset.partition.name configuration.&lt;/p&gt;


&lt;p&gt;-&lt;b&gt;Was: Add ignore previous offsets configuration&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Add a new configuration to ignore any saved offsets.&lt;/p&gt;

&lt;p&gt;This would be useful during reconfiguration of the Source connector, so that a fresh start can be mandated by the operations team.-&lt;/p&gt;</description>
                <environment></environment>
        <key id="1479643">KAFKA-158</key>
            <summary>Add offset.partition.name configuration</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="ross@mongodb.com">Ross Lawley</assignee>
                                    <reporter username="ross@mongodb.com">Ross Lawley</reporter>
                        <labels>
                    </labels>
                <created>Fri, 18 Sep 2020 09:04:27 +0000</created>
                <updated>Sat, 28 Oct 2023 10:46:05 +0000</updated>
                            <resolved>Wed, 30 Sep 2020 12:32:22 +0000</resolved>
                                                    <fixVersion>1.3.0</fixVersion>
                                    <component>Source</component>
                                        <votes>1</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="3415867" author="xgen-internal-githook" created="Tue, 29 Sep 2020 12:21:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ross Lawley&apos;, &apos;email&apos;: &apos;ross.lawley@gmail.com&apos;, &apos;username&apos;: &apos;rozza&apos;}
&lt;p&gt;Message: Added `offset.partition.name` configuration. (#41)&lt;/p&gt;

&lt;p&gt;Allows for custom partition naming schemes.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/KAFKA-158&quot; title=&quot;Add offset.partition.name configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;KAFKA-158&quot;&gt;&lt;del&gt;KAFKA-158&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-kafka/commit/c3c35bc61fc996ef1a54616651cb9c8ab4db548e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-kafka/commit/c3c35bc61fc996ef1a54616651cb9c8ab4db548e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3405298" author="ross@10gen.com" created="Tue, 22 Sep 2020 14:53:20 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-kafka/pull/41&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-kafka/pull/41&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3402716" author="ross@10gen.com" created="Mon, 21 Sep 2020 08:46:55 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=andreworty%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;andreworty@gmail.com&quot;&gt;andreworty@gmail.com&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Great idea, seems much simpler to manage for the ops team and far more robust! &lt;/p&gt;

&lt;p&gt;Many thanks!&lt;/p&gt;

&lt;p&gt;Ross&lt;/p&gt;</comment>
                            <comment id="3402661" author="JIRAUSER1269378" created="Mon, 21 Sep 2020 07:12:18 +0000"  >&lt;p&gt;Hi Ross&lt;/p&gt;

&lt;p&gt;I just wanted to share some thoughts about this ticket.&lt;/p&gt;

&lt;p&gt;I think about configuration &lt;b&gt;offset.partition.name&lt;/b&gt; which will be used instead of &lt;b&gt;createNamespaceString&lt;/b&gt; method&apos;s result if defined.&lt;br/&gt;
 In such a case when the operations team wants a fresh start they just have to restart the connector with a new &lt;b&gt;offset.partition.name&lt;/b&gt; configuration.&lt;/p&gt;

&lt;p&gt;Adding configuration to ignore previous offsets (e.g. &lt;b&gt;ignore.previous.offset&lt;/b&gt; configuration with true/false values) could lead to an unexpected fresh start on the connector&apos;s restart or rebalancing.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                                                <inwardlinks description="is documented by">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5002K00000pEUpNQAW, 5002K00000pkt9sQAA]]]></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_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10250"><![CDATA[Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hxt6zr:</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>