Member since
02-06-2020
7
Posts
0
Kudos Received
0
Solutions
02-12-2021
06:20 AM
Hello, I would like to know, is it possible to register new schemas in Schema registry using Hortonworks Schema Registry Controller service from NIFI ? Or It only retrieves schemas from Schema Registry? Thanks and Regards,
... View more
Labels:
- Labels:
-
Apache NiFi
-
Schema Registry
02-11-2021
01:19 AM
Thanks Spann for useful links and information about python-schema-registry-client library. So now I can see one of possible way to connect to kerberos Schema registry URL through python is requests_kerberos library. Thanks and Regards
... View more
02-09-2021
06:46 AM
Hello , We have one use case where we need to connect to HDF schema registry using Python Library . We have installed python-schema-registry-client library. But Schema registry URL is kerberos authenticated URL so couldn't connect with below code from schema_registry.client import SchemaRegistryClient, schema client = SchemaRegistryClient(url="http://127.0.0.1:8081") provided here https://marcosschroh.github.io/python-schema-registry-client/ Getting Authentication error 401. Is there any extra arguments or methods to get connect to Schema registry using python library? Thanks and Regards
... View more
Labels:
- Labels:
-
Kerberos
-
Schema Registry
07-27-2020
02:20 AM
Hello , I dont have much knowledge about Graphql APIs. I need help about How to access these APIs with Http request? How to send query/mutation to graphql API to get a JWT? and can NIFI Invoke HTTP processor send request to these APIs? Please let me know if someone knows about it . Thanks and Regards,
... View more
Labels:
- Labels:
-
Apache NiFi
02-06-2020
06:15 AM
Hello ,
Can anyone experienced issue while using ConsumeImap Processor for consuming messages from Secure Email server using Imap port 993.
We are getting below error
PKIX path building failed.
unable to find valid cerification path
Please write here if anyone faced issue like this.
Thanks and Regards
... View more
Labels:
- Labels:
-
Apache NiFi