Michael Nikitochkin
Michael Nikitochkin
@rolandpoulter @johren can you check again?
@jojopad Did you try to use as @fhke suggested? Did it work as expected?
@AnuradhaBose Do you have a docker solution to reproduce the problem. I don't have any information about Oracle Pool Datasource, but if it uses TCP connection, then it should be...
@AnuradhaBose Toxiproxy add toxic to existen connections. Example application connected to the Proxy by port 1000, then add toxic with client. the changes would apply to current open connections on...
I would start first to check if your application uses Toxiproxy. Here is some sample steps to start use Toxiproxy. 1. Run Toxiproxy-server: `LOG_LEVEL=trace toxiproxy-server` (it also supports to read...
> Now the application (during an API call) makes use of these connections from the pool to execute database operations. The toxicities that we add to the database only applies...
> does the ToxiProxy toxicities work only during database connection establishment I answered this question in https://github.com/Shopify/toxiproxy/issues/444#issuecomment-1245422893 TLDR: Toxic applied to existent and new connections. To test this behavior I...
Nice. I have the same issue, but it was resolved by bot :)
@Christywl the issue/warning related with Alpine docker image and Chromium in my case: Sample `Dockerfile`: ```Dockerfile FROM gradle:jdk8-alpine USER root RUN apk -U --no-cache --allow-untrusted add \ zlib-dev \ chromium...
@BlitzInternet Can you create a script with docker compose, how can we reproduce it.