Lucas Rogerio Caetano Ferreira
Lucas Rogerio Caetano Ferreira
Tested you branch and just changing `com.github.dockerjava.okhttp.HijackingInterceptor` thread to something like ```java Thread thread = new Thread(() -> { try { try (BufferedSink sink = streams.sink) { while (sink.isOpen()) {...
Any news on this matter? I am also seeing that issue
For those like me that wanted to use ACCP on Graviton... I've built an aarch64 version of the latest release and published it: ``` io.github.luneo7 AmazonCorrettoCryptoProvider 1.6.1 linux-aarch_64 ``` It...
The database address and database name were changed in order to not disclose it as github is public, but if you have access to the AWS Support Ticket you will...
Yup it is, using MariaDB driver with Aurora mode we are fully able to connect to the cluster (same url configuration) and it has been our workaround
Connecting directly to the instances using the instance endpoint works, the issue happens when the AWS JDBC driver fetches the topology with: ```sql SELECT SERVER_ID, SESSION_ID, LAST_UPDATE_TIMESTAMP, REPLICA_LAG_IN_MILLISECONDS FROM information_schema.replica_host_status...
And a side note, we were using the driver successfully connecting with the same config without changing anything when the cluster was running 5.7, and we've run the Blue/Green through...
Another note, MariaDB driver seems to work because it seems to fallback to the cluster endpoint, and connecting through the cluster endpoint (both write and read) which was used in...
Don't think this is just a matter of supporting, the way that I see it is a bug, since the driver connects with the provided URL but if the failover...
We bumped from Quarkus 3.2.x to 3.4.x and we started to get a lot of those logs `io.opentelemetry.sdk.internal.ThrottlingLogger doLog Failed to export spans. The request could not be executed. Full...