Tayfun Wiechert
Tayfun Wiechert
We are using the Connect S3 sink with 6 tasks distributed on 3 connect instances that each have 6GB of memory of which are 4.5 GB dedicated Java heap. The...
This change is [](https://reviewable.io/reviews/landoop/kafka-connect-ui/92)
We use the connect ui in a Kubernetes setup where a sidecar of the connect-ui is notified when a new connect cluster joins. This sidecar updates then the caddy server...
I use chronix to store counts of available car sharing vehicles. I use tags/attributes to distinguish different vehicle classes, such that I don't need to manage a dedicated time series...
Currently, one needs to provide the complete time series, in order to build an ARIMA model and subsequently obtain forecasts. When used in a streaming application, so that the time...
Hi, I use your library in a streaming environment to generate an ARIMA based time series. The simulated time series is supposed to be very long (possibly infinite). Unfortunately, the...
... otherwise the client is not able to pick up important system settings like the system-proxy. Alternatively, one could think of passing a custom instance of the apache httpClient directly...
In the http client, follow redirects is turned on: ```conn.setInstanceFollowRedirects(true);``` This, however has no effect, since later in the file, every response code not in `code < 300 && code...
The fields of the sobject response were missing the scale attribute.