Great.  Thanks a lot, Joe.  Appreciate your help.

Will get it up and running before I assign the issue to myself.

Regards,
Arun

On Sun, Aug 13, 2017 at 3:24 AM Joe Witt <joe.w...@gmail.com> wrote:

> Arun
>
> Very cool that you are planning to jump in on this.  Your approach
> sounds like a good start.  As far as system testing you're hitting on
> one of the more challenging parts of the equation here.  Your unit
> tests of course won't integrate with a real ES instance but manual
> testing can be done against a system as you mention.  I think a lot of
> folks use things like Docker to do such testing or sometimes these
> systems offer quick start configurations.  You could put a squid proxy
> instance/container in front as well.  Perhaps this one can help
> https://github.com/sameersbn/docker-squid
>
> Thanks
> Joe
>
> On Sat, Aug 12, 2017 at 11:49 AM, Arun Manivannan <a...@arunma.com> wrote:
> > Hi,
> >
> > Very Good morning.
> >
> > I would like to make an attempt at resolving NIFI-4198
> > <https://issues.apache.org/jira/browse/NIFI-4198>.  Looking at the
> code, I
> > would think by introducing the proxy url and authentication properties
> and
> > delegating them to the OkHttpClient would be a good way to do it.
> >
> >
> https://stackoverflow.com/questions/35554380/okhttpclient-proxy-authentication-how-to
> >
> > The question I have is beside the test cases, I would like to test it
> > against an actual elastic server to be absolutely sure of the fix.
> What's
> > the easiest/good way to run an elastic instance behind a proxy and test
> the
> > modified component?
> >
> > Thanks in advance.
> >
> > Cheers,
> > Arun
>

Reply via email to