Member since
07-05-2021
3
Posts
0
Kudos Received
0
Solutions
04-05-2022
12:44 AM
Even this is old thread updating . add java-home/bin/keytool -genkey -alias server-alias -keyalg RSA -keypass changeit
-storepass changeit -keystore keystore.jks java-home/bin/keytool -export -alias server-alias -storepass changeit
-file server.cer -keystore keystore.jks This need to be configured on NiFI instance.
... View more
07-05-2021
04:44 AM
This is a heap space problem. Check if your nifi cluster is big enough to process the amount of data you are consuming from Kafka. Maybe try with a smaller dataset. If you find the answer helpful please accept this as a solution.
... View more