You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/01/23 06:25:31 UTC

[GitHub] ambition119 commented on issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi

ambition119 commented on issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi
URL: https://github.com/apache/pulsar/issues/3378#issuecomment-456685542
 
 
   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
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services