<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sri Charan Thiruvalluru</title>
    <description>The latest articles on DEV Community by Sri Charan Thiruvalluru (@nanicharan23).</description>
    <link>https://dev.to/nanicharan23</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F925325%2Fc557a6d4-213a-441a-a108-3534029abbdf.jpeg</url>
      <title>DEV Community: Sri Charan Thiruvalluru</title>
      <link>https://dev.to/nanicharan23</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nanicharan23"/>
    <language>en</language>
    <item>
      <title>When will message be delete in kafka topic??</title>
      <dc:creator>Sri Charan Thiruvalluru</dc:creator>
      <pubDate>Sat, 17 Dec 2022 15:26:09 +0000</pubDate>
      <link>https://dev.to/nanicharan23/when-will-message-be-delete-in-kafka-topic-3k22</link>
      <guid>https://dev.to/nanicharan23/when-will-message-be-delete-in-kafka-topic-3k22</guid>
      <description>&lt;p&gt;When I producer some message in topic and consume the message in consumer and don't commit will the message be delete in topic or still be existed???&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to use two NPM packages for single HTML tag???</title>
      <dc:creator>Sri Charan Thiruvalluru</dc:creator>
      <pubDate>Tue, 13 Sep 2022 06:10:48 +0000</pubDate>
      <link>https://dev.to/nanicharan23/how-to-use-two-npm-packages-for-single-html-tag-393p</link>
      <guid>https://dev.to/nanicharan23/how-to-use-two-npm-packages-for-single-html-tag-393p</guid>
      <description>&lt;p&gt;Assume we're having a div tag, which looks like this :&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div&amp;gt;Welcome to Youtube : https://www.youtube.com/ #youtube &amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I want to use two npm packages for this tag.&lt;br&gt;
One is &lt;a href="https://www.npmjs.com/package/react-linkify"&gt;react-linkify&lt;/a&gt; which is used to make links in a div clickable.&lt;br&gt;
Other one is &lt;a href="https://www.npmjs.com/package/react-highlight-hashtags"&gt;react-highlight-hashtags&lt;/a&gt; which is used to highlight hastags.&lt;/p&gt;

&lt;p&gt;Now I want to use these two packages on above div. When I tried to make nested tags like this :&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;Linkify&amp;gt;
    &amp;lt;Hashtags&amp;gt; 
         &amp;lt;div&amp;gt;Welcome to Youtube : https://www.youtube.com/ #youtube &amp;lt;/div&amp;gt;
    &amp;lt;/Hashtags&amp;gt;
&amp;lt;/Linkify&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I'm getting some errors. How to achieve this ???&lt;/p&gt;

&lt;p&gt;Thanks in advance.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
