<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 09:05:32 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-82] Unable to set &quot;topics.regex&quot; for sink connector</title>
                <link>https://jira.mongodb.org/browse/KAFKA-82</link>
                <project id="16285" key="KAFKA">Kafka Connector</project>
                    <description>&lt;p&gt;The confluent documentation notes that it&apos;s possible to set either a `topics` property of `topics.regex` property. (see&#160;&lt;a href=&quot;https://docs.confluent.io/current/installation/configuration/connect/sink-connect-configs.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.confluent.io/current/installation/configuration/connect/sink-connect-configs.html&lt;/a&gt;)&lt;br/&gt;
We tried to set the `topics.regex`, but then we get the error that the required setting `topics` is missing in the config. But the documentation says: &quot;&lt;em&gt;Only one of topics or topics.regex should be specified&quot;.&lt;/em&gt;&#160;Setting both the `topics` and the `topics.regex` will result in an error too, saying that there should only be configured one of them.&lt;/p&gt;

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

&lt;p&gt;Is there any possibility to use the `topics.regex` property instead of `topics`?&lt;/p&gt;

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

&lt;p&gt;Kafka Connect version: 5.4.0&lt;/p&gt;

&lt;p&gt;MongoDB Connect version: 1.0.0&lt;/p&gt;</description>
                <environment></environment>
        <key id="1141589">KAFKA-82</key>
            <summary>Unable to set &quot;topics.regex&quot; for sink connector</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="tim.brand@schiphol.nl">Tim Brand</reporter>
                        <labels>
                    </labels>
                <created>Mon, 10 Feb 2020 12:05:24 +0000</created>
                <updated>Sat, 28 Oct 2023 10:46:24 +0000</updated>
                            <resolved>Fri, 17 Apr 2020 15:14:07 +0000</resolved>
                                    <version>1.0</version>
                                    <fixVersion>1.1</fixVersion>
                                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="3044690" author="xgen-internal-githook" created="Fri, 17 Apr 2020 15:13:25 +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 support for topics.regex&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/KAFKA-82&quot; title=&quot;Unable to set &amp;quot;topics.regex&amp;quot; for sink connector&quot; class=&quot;issue-link&quot; data-issue-key=&quot;KAFKA-82&quot;&gt;&lt;del&gt;KAFKA-82&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/5d8c3d5f91e3d2aac6e30ee32de48c9e136c320b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-kafka/commit/5d8c3d5f91e3d2aac6e30ee32de48c9e136c320b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3040639" author="ross@10gen.com" created="Wed, 15 Apr 2020 14:45:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/rozza/mongo-kafka/pull/15&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/rozza/mongo-kafka/pull/15&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2878477" author="tim.brand@schiphol.nl" created="Fri, 14 Feb 2020 15:32:28 +0000"  >&lt;p&gt;Hi Ross,&#160;&lt;/p&gt;

&lt;p&gt;Thanks, great to hear that!&lt;/p&gt;</comment>
                            <comment id="2876190" author="ross@10gen.com" created="Thu, 13 Feb 2020 11:55:45 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=tim.brand%40schiphol.nl&quot; class=&quot;user-hover&quot; rel=&quot;tim.brand@schiphol.nl&quot;&gt;tim.brand@schiphol.nl&lt;/a&gt;,&lt;/p&gt;


&lt;p&gt;Thanks for reporting, at the moment it isn&apos;t possible but I&apos;ll schedule this ticket to add support in the future.&lt;/p&gt;

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

&lt;p&gt;Kind Regards,&lt;/p&gt;


&lt;p&gt;Ross&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1920119">KAFKA-263</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr6tqn:</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>