Lucas Weis Polesello
Lucas Weis Polesello
Currently(08/03/2022) when pulling from Dockerhub the image is pulled with AMD architecture requiring the user to locally build the image. In the config-hbase.sh line:14 it is necessary to change the...
## Feature New dataSource to fetch the configured provider Username. ### Why Since it's not possible to do natively in Terraform something like `rabbitmq.username` it makes it harder to modularize...
It would be interesting to have a capacity planning to understand the limits or how to properly size instances to handle certain workloads.
### WHAT is this pull request doing? 1. Implements Retrier in HTTPDestination Shovel - configured by parameters - `dest-backoff` - `dest-jitter` - `dest-timeout` - `dest-max-retries` 2. Fixes HTTPDestination not taking...
### WHAT is this pull request doing? Replacing the `ConnectionInfo.local` that mocked a SRC/DST via localhost for a proper UNIX Socket. ### HOW can this pull request be tested? Specs:...