MiNiFi-168 enable minifi cpp agents to be able to receive flow files#31
MiNiFi-168 enable minifi cpp agents to be able to receive flow files#31rkarthik29 wants to merge 3 commits intoapache:masterfrom
Conversation
|
reviewing |
|
@rkarthik29 this does not seem to work in the current environment. I have created a NiFi flow with an output port. I can send to it from MiNiFi and pull via another NiFi instance, but this is not working with your PR. Did you capture all your files on your commit? Could you specify your configuration if I am overlooking something? Thanks! |
|
`Flow Controller: Processors: Connections: Remote Processing Groups: this is the config i used. I checked my code base and i have checked in the latest that i build a worked agains. i will try and rerun the test and confirm |
|
Sense this is proving a little tricky to validate I'm going to make a docker compose environment so that we can all be on the same page when testing. Seems like the configuration is a little finicky and if anything the similar container environment might help us track those problems down as well. I will share the link to the containers hopefully here shortly after I validate on my local machine. Also I would like to add some documentation to the scope of this PR since this is something people will be wanting to understand how to do frequently. |
|
@apiri and @rkarthik29 I was able to get this working with this docker container environment. You can use the exact setup I did by running .... git clone https://github.com/jdye64/minifi-cpp-devenvs.git && cd minifi-cpp-devenvs/int-envs/0.2.0/MINIFI-168 && docker-compose up -d && sleep 45 && open localhost:8080/nifi This assumes that you have Docker, Docker-compose, and git already installed on your local machine. This will also sleep for 45 seconds and open up the NiFi UI where you can see the activity flowing both ways as well. Keep in mind the initial download of the images will be quite large so it might require a little patience. Hopefully this helps us all get on the same page with the testing however. |
|
Looks good. I was able to start with a fresh install of NiFi and minifi and get it running. Will merge this in. |
This closes apache#31. Signed-off-by: Aldrin Piri <aldrin@apache.org>
No description provided.