<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: how to remove the service - KAFKA by API in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-remove-the-service-KAFKA-by-API/m-p/304082#M78587</link>
    <description>&lt;P&gt;Should we also delete Kafka topics before deleting the service? Will the topics still remain after deleting the service?&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2020 15:53:33 GMT</pubDate>
    <dc:creator>vn6</dc:creator>
    <dc:date>2020-10-08T15:53:33Z</dc:date>
    <item>
      <title>how to remove the service - KAFKA by API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-remove-the-service-KAFKA-by-API/m-p/200700#M78583</link>
      <description>&lt;P&gt;we have cluster HDP 2.6.4 with 3 kafka brokers ( each broker installed on master machine )&lt;/P&gt;&lt;P&gt;we want to remove the service  - KAFKA by API from the AMBARI&lt;/P&gt;&lt;P&gt;what is the API to delete the kafka-broker on each master machine?&lt;/P&gt;&lt;P&gt;what is the API to remove the KAFKA service ?&lt;/P&gt;&lt;P&gt;what the other steps to removed completely the kafka-brokers from the master machines?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="74513-capture.png" style="width: 744px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/17514i06D3FB6C4496ABEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="74513-capture.png" alt="74513-capture.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/74511-capture.png" target="_blank"&gt;capture.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 05:39:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-remove-the-service-KAFKA-by-API/m-p/200700#M78583</guid>
      <dc:creator>mike_bronson7</dc:creator>
      <dc:date>2019-08-18T05:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the service - KAFKA by API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-remove-the-service-KAFKA-by-API/m-p/200701#M78584</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/26229/uribarih.html" nodeid="26229"&gt;@Michael Bronson&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. First Stop the Kafka Service&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;# curl -i -u admin:admin -H "X-Requested-By: ambari" -X PUT -d '{"RequestInfo":{"context":"_PARSE_.STOP.KAFKA","operation_level":{"level":"SERVICE","cluster_name":"NewCluster","service_name":"KAFKA"}},"Body":{"ServiceInfo":{"state":"INSTALLED"}}}' &lt;A href="http://newhwx1.example.com:8080/api/v1/clusters/NewCluster/services/KAFKA" target="_blank"&gt;http://newhwx1.example.com:8080/api/v1/clusters/NewCluster/services/KAFKA&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;2. Delete the Kafka Service:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;# curl -i -u admin:admin -H "X-Requested-By: ambari" -X DELETE &lt;A href="http://newhwx1.example.com:8080/api/v1/clusters/NewCluster/services/KAFKA" target="_blank"&gt;http://newhwx1.example.com:8080/api/v1/clusters/NewCluster/services/KAFKA&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 17:47:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-remove-the-service-KAFKA-by-API/m-p/200701#M78584</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-05-22T17:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the service - KAFKA by API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-remove-the-service-KAFKA-by-API/m-p/200702#M78585</link>
      <description>&lt;P&gt;@Jay when we "&lt;STRONG&gt;Delete the Kafka Service:" its also remove the kafka-broker?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 17:49:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-remove-the-service-KAFKA-by-API/m-p/200702#M78585</guid>
      <dc:creator>mike_bronson7</dc:creator>
      <dc:date>2018-05-22T17:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the service - KAFKA by API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-remove-the-service-KAFKA-by-API/m-p/200703#M78586</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/26229/uribarih.html" nodeid="26229"&gt;@Michael Bronson&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Yes, the complete Kafka service (including all the brokers will be deleted) when we will make the 2nd call.&lt;/P&gt;&lt;P&gt;But If you just want to delete a particular kafka Broker then you will need to make the API call on individual host_components.&lt;/P&gt;&lt;PRE&gt;# curl -i -u admin:admin -H "X-Requested-By: ambari" -X DELETE &lt;A href="http://newhwx1.example.com:8080/api/v1/clusters/NewCluster/hosts/kafkahost1.example.com/host_components/KAFKA_BROKER" target="_blank"&gt;http://newhwx1.example.com:8080/api/v1/clusters/NewCluster/hosts/kafkahost1.example.com/host_components/KAFKA_BROKER&lt;/A&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;BR /&gt;&lt;A rel="user" href="https://community.cloudera.com/users/26229/uribarih.html" nodeid="26229"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 19:17:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-remove-the-service-KAFKA-by-API/m-p/200703#M78586</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-05-22T19:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove the service - KAFKA by API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-remove-the-service-KAFKA-by-API/m-p/304082#M78587</link>
      <description>&lt;P&gt;Should we also delete Kafka topics before deleting the service? Will the topics still remain after deleting the service?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 15:53:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-remove-the-service-KAFKA-by-API/m-p/304082#M78587</guid>
      <dc:creator>vn6</dc:creator>
      <dc:date>2020-10-08T15:53:33Z</dc:date>
    </item>
  </channel>
</rss>

