Michael Nikitochkin

Results 141 comments of Michael Nikitochkin

thanks :+1: ``` $ jruby -v jruby 1.7.15 (1.9.3p392) 2014-09-03 82b5cc3 on Java HotSpot(TM) 64-Bit Server VM 1.8.0_20-b26 +jit [darwin-x86_64] $ bundle list ... Using activerecord-jdbcmysql-adapter 1.3.10 Using rails 4.1.5...

You should update travis to use jruby instead of adapter and update Gemfile.

I had same issue if I specify `-Dairpal.prestoVersion=0.138`

@surendraGaddam99 try this branch: https://github.com/pubnative/airpal/tree/devel

@akalakoti I suggest to use Metabase or Redash instead of airpal.

As temporal solution there is [sniproxy](https://github.com/dlundquist/sniproxy) that would be between Toxiproxy and HTTPS upstream.

I would replace ability to load config via ENV variable instead. Currently I am not fully convinced to change the arguments. ENV is good, that it is easy to use...

@worldtiki I tried to find other command lines that uses ENV as full config or for complex one. I failed to find a good examples (kubectl, opentelemtry-collector, grafana, nginx). Learned...

Also thought to use flag `--proxy` and to specify attributes with `"upastream=local:2,downstream=local,name=oops,enabled=true"` Also i think it is not unix way.

@RichieRunner I think I fixed that problem, that it tries to create 2 proxies with single command. Can you try the latest version [v2.2.0](https://github.com/Shopify/toxiproxy/releases/tag/v2.2.0)? I don't have a Windows machine,...