ambition119 commented on issue #3379: Issue #3378: [pulsar-io] Support Pulsar 
to receive and send data from Apache NiFi 
URL: https://github.com/apache/pulsar/pull/3379#issuecomment-457977617
 
 
   > overall looks good. left bunch of comments.
   > 
   > Can you also add an integration test and a documentation page for NIFI 
source and sink?
   
   @jiazhai NiFi is a system based on B/S architecture,users use browsers to 
develop dataflow using nifi controls.   I add sample doc like:
   
   1. set conf/nifi.properties, like  
[configure-site-to-site](http://nifi.apache.org/docs/nifi-docs/html/user-guide.html#configure-site-to-site-server-nifi-instance)
   
   ```file
   nifi.remote.input.socket.port=10443
   ```
   2. start nifi
   
   ```shell
   bin/nifi.sh start
   ```
   3. open a web browser and navigate to http://localhost:8080/nifi 
   
   4. sample NiFi receive data from Pulsar:
   
   ```file
   1 chose Input Port and set Port Name, The Port Name corresponding to pulsar 
NiFiSink portName.
   2 add Processor PutFile and config.
   3 start NiFi Flow
   ```
   
   5.sample NiFi receive data from Pulsar:
   
   ```file
   1 add Processor GutFile and config.
   2 chose Output Port and set Port Name, The Port Name corresponding to pulsar 
NiFiSource portName.
   3 start NiFi Flow
   ```
   
   What do you think?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to