<?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: Connect to kerberos authenticated schema registry using Python Library python-schema-registry-client in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Connect-to-kerberos-authenticated-schema-registry-using/m-p/311261#M224556</link>
    <description>&lt;P&gt;That Python is for the Confluent Schema Registry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to connect, but Confluent supports their own Avro schema format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This was my example and it worked:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;from schema_registry.client import SchemaRegistryClient, schema&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;client = SchemaRegistryClient(url="&lt;A href="http://myclouderasr.com:7788" target="_blank"&gt;http://myclouderasr.com:7788&lt;/A&gt;")&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;print( client.get_schema('weatherny') )&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;This library doesn't seem to support logins or security.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2021 21:05:15 GMT</pubDate>
    <dc:creator>TimothySpann</dc:creator>
    <dc:date>2021-02-09T21:05:15Z</dc:date>
    <item>
      <title>Connect to kerberos authenticated schema registry using Python Library python-schema-registry-client</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Connect-to-kerberos-authenticated-schema-registry-using/m-p/311237#M224540</link>
      <description>&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Hello ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;We have one use case where we need to connect to HDF schema registry using Python Library .&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;We have installed python-schema-registry-client&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;library. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;But Schema registry URL is kerberos authenticated URL so couldn't connect with &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;below code &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;from schema_registry.client import SchemaRegistryClient, schema&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;client = SchemaRegistryClient(url="&lt;A href="http://127.0.0.1:8081" target="_blank" rel="noopener"&gt;http://127.0.0.1:8081&lt;/A&gt;") &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;provided here &lt;A href="https://marcosschroh.github.io/python-schema-registry-client/" target="_blank" rel="noopener"&gt;https://marcosschroh.github.io/python-schema-registry-client/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Getting Authentication error 401.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Is there any extra arguments or methods to get connect to Schema registry using python library?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks and Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 14:46:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Connect-to-kerberos-authenticated-schema-registry-using/m-p/311237#M224540</guid>
      <dc:creator>Pr1</dc:creator>
      <dc:date>2021-02-09T14:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to kerberos authenticated schema registry using Python Library python-schema-registry-client</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Connect-to-kerberos-authenticated-schema-registry-using/m-p/311245#M224546</link>
      <description>&lt;P class="lia-align-left"&gt;Cloudera Schema Registry is rarely on 8081&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;It is usually on port 9090.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;A href="https://docs.cloudera.com/csp/2.0.1/schema-registry-overview/topics/csp-examples_of_interacting_with_schema_registry.html" target="_blank"&gt;https://docs.cloudera.com/csp/2.0.1/schema-registry-overview/topics/csp-examples_of_interacting_with_schema_registry.html&lt;/A&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;Which version are you using?&amp;nbsp; &amp;nbsp;Which form factor?&amp;nbsp; &amp;nbsp;Public Cloud?&amp;nbsp; &amp;nbsp;On-Premise?&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;A href="https://www.datainmotion.dev/2020/10/running-flink-sql-against-kafka-using.html" target="_blank"&gt;https://www.datainmotion.dev/2020/10/running-flink-sql-against-kafka-using.html&lt;/A&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;A href="https://www.datainmotion.dev/2020/05/commonly-used-tcpip-ports-in-streaming.html" target="_blank"&gt;https://www.datainmotion.dev/2020/05/commonly-used-tcpip-ports-in-streaming.html&lt;/A&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;A href="https://www.datainmotion.dev/2020/06/using-apache-kafka-using-cloudera-data.html" target="_blank"&gt;https://www.datainmotion.dev/2020/06/using-apache-kafka-using-cloudera-data.html&lt;/A&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;A href="https://www.datainmotion.dev/2020/08/deleting-schemas-from-cloudera-schema.html" target="_blank"&gt;https://www.datainmotion.dev/2020/08/deleting-schemas-from-cloudera-schema.html&lt;/A&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;Check out the swagger rest docs&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;A href="https://www.datainmotion.dev/2020/11/flank-smart-weather-websocket.html" target="_blank"&gt;https://www.datainmotion.dev/2020/11/flank-smart-weather-websocket.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 16:46:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Connect-to-kerberos-authenticated-schema-registry-using/m-p/311245#M224546</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2021-02-09T16:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to kerberos authenticated schema registry using Python Library python-schema-registry-client</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Connect-to-kerberos-authenticated-schema-registry-using/m-p/311261#M224556</link>
      <description>&lt;P&gt;That Python is for the Confluent Schema Registry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to connect, but Confluent supports their own Avro schema format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This was my example and it worked:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;from schema_registry.client import SchemaRegistryClient, schema&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;client = SchemaRegistryClient(url="&lt;A href="http://myclouderasr.com:7788" target="_blank"&gt;http://myclouderasr.com:7788&lt;/A&gt;")&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;print( client.get_schema('weatherny') )&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;This library doesn't seem to support logins or security.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 21:05:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Connect-to-kerberos-authenticated-schema-registry-using/m-p/311261#M224556</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2021-02-09T21:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to kerberos authenticated schema registry using Python Library python-schema-registry-client</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Connect-to-kerberos-authenticated-schema-registry-using/m-p/311355#M224609</link>
      <description>&lt;P&gt;Thanks Spann for useful links and information about python-schema-registry-client library.&lt;/P&gt;&lt;P&gt;So now I can see&amp;nbsp; one of possible way to connect to kerberos Schema registry URL through python&amp;nbsp; is requests_kerberos library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 09:19:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Connect-to-kerberos-authenticated-schema-registry-using/m-p/311355#M224609</guid>
      <dc:creator>Pr1</dc:creator>
      <dc:date>2021-02-11T09:19:19Z</dc:date>
    </item>
  </channel>
</rss>

