Member since
11-11-2020
5
Posts
1
Kudos Received
0
Solutions
09-01-2022
08:54 AM
Hi NIFI Team, We are fairly new to apache NIFI and planning to onboard it into our production environment soon. And we are actually in need of a dedicated professional from the Apache NIFI team who can support or troubleshoot in case of any issues. Please let us know where I can find the appropriate information for professional services provided by NIFI and its pricing. Thanks in advance!
... View more
Labels:
- Labels:
-
Apache NiFi
08-01-2022
03:13 PM
Hi Team, We are currently working on a project set up where we are using NIFI registry as a centralized location to store data and sync it from NIFI to Gitlab. When we try to commit the changes from NIFI to registry we do see the version flows getting reflected in the Registry Web UI but those version flows are not getting pushed to the upstream/remote branch in GitLab. <class>org.apache.nifi.registry.provider.flow.git.GitFlowPersistenceProvider</class> Above is the class that we are using for GitLab persistence in providers.xml configuration file. Any suggestions on this issue are greatly appreciated.
... View more
Labels:
- Labels:
-
NiFi Registry
01-05-2022
02:36 PM
1 Kudo
Hi, I am currently new to NIFI and have been working on a project that requires communicating to a secured RabbitMQ server to consume data. To make an SSL handshake I am using StandardSSLContextService controller service by adding the required Truststore information. And the Truststore actually contains the client certificate to communicate to RabbitMQ server from NIFI. But I am facing the below issue while running the ConsumeAMQP processor. 17:36:40 UTC ERROR nifi.svc.cluster.local:9443 ConsumeAMQP[id=76fe890c-4c44-3a3e-933b-4f4e5c4e4539] Failed to initialize AMQP client: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_required causes: com.rabbitmq.client.ShutdownSignalException: connection error causes: java.io.IOException causes: java.lang.IllegalStateException: Failed to establish connection with AMQP Broker: com.rabbitmq.client.ConnectionFactory@72bc5297 17:36:40 UTCERROR76fe890c-4c44-3a3e-933b-4f4e5c4e4539 nifi.svc.cluster.local:9443ConsumeAMQP[id=76fe890c-4c44-3a3e-933b-4f4e5c4e4539] Connection lost to server localhost:5672 .: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_required I would really appreciate if someone can guide me to the right direction on how to set the standard ssl context service to make this working. Thanks in advance.
... View more
Labels:
- Labels:
-
Apache NiFi