Re: minifi-cpp s2s no protocol

2017-09-20 Thread Andy Christianson
> I tested a similar config on the nifi side and no changes were necessary > to nifi.properties in order to use the HTTP s2s protocol. > This is explained (thanks Aldrin) by https://issues.apache.org/jira/browse/MINIFICPP-60. We simply don't support it yet. My test will just cover the socket

Re: minifi-cpp s2s no protocol

2017-09-20 Thread Andy Christianson
On Wed, 2017-09-20 at 11:37 -0400, Marc wrote: > Andy, >I think you're looking for the Site to Site properties in your > nifi.properties. You likely have an option named > "nifi.remote.input.socket.port" as I do, below. Use the input host > ( probably nifi ) and port you have defined. > > >

Re: minifi-cpp s2s no protocol

2017-09-20 Thread Marc
Andy, I think you're looking for the Site to Site properties in your nifi.properties. You likely have an option named "nifi.remote.input.socket.port" as I do, below. Use the input host ( probably nifi ) and port you have defined. # Site to Site properties nifi.remote.input.host=localhost

Re: minifi-cpp s2s no protocol

2017-09-20 Thread Marc P.
ning nifi master branch. > > > -Andy I.C. > -- > *From:* Marc <phroc...@apache.org> > *Sent:* Wednesday, September 20, 2017 11:06 AM > *To:* users@nifi.apache.org > *Subject:* Re: minifi-cpp s2s no protocol > > Andy, > What branch are you using? > > I belie

Re: minifi-cpp s2s no protocol

2017-09-20 Thread Andy Christianson
I'm running nifi master branch. -Andy I.C. From: Marc <phroc...@apache.org> Sent: Wednesday, September 20, 2017 11:06 AM To: users@nifi.apache.org Subject: Re: minifi-cpp s2s no protocol Andy, What branch are you using? I believe this is was one issue reso

Re: minifi-cpp s2s no protocol

2017-09-20 Thread Marc
Andy, What branch are you using? I believe this is was one issue resolved under the guise of https://issues.apache.org/jira/browse/MINIFICPP-4 ? On Wed, Sep 20, 2017 at 11:03 AM, Andy Christianson < achristian...@hortonworks.com> wrote: > Hi All, > > > I have a minifi-cpp flow using HTTP

minifi-cpp s2s no protocol

2017-09-20 Thread Andy Christianson
Hi All, I have a minifi-cpp flow using HTTP s2s to send data to a nifi instance. The minifi instance seems to be making an initial connection to nifi, but it fails to send data, and I see a "no protocol" in the logs. Here's the log output & flow yml: [2017-09-20 14:37:35.634]