Lewis Dawson
Lewis Dawson
I'm trying to do a simple forward HTTPS proxy, but I can't seem to get the https example you've provided working. Whenever I try to curl google through the proxy,...
I just tried to upgrade from an older version of IB and my code started failing. After some digging, I discovered the addition of the multiplier parameter was the cause....
This allows the connector to work with Kafka 0.11. I also upgraded Guava to 20.0 to fix the `NoSuchMethodError` I was seeing under #48.
I have the following configuration: OS: OS X Sierra Java: 1.8.0_131 Kafka: 0.11.0.0 installed via Brew I've compiled streamx off of master. I'm trying to run the connector in standalone...
In some cases, we need to determine if the actual request was invoked or the cached version was returned. In order to do that, we need to do an evolution...