Antonio Huete Jimenez
Antonio Huete Jimenez
I've checked the `log-bufsize` server parameter in the manual and it says it allows you to specify the buffer size of the implicit ring that's created for that backend (I...
@wtarreau @Darlelet thanks a lot for the feedback! I'm going to try to do a more detailed analysis with and without docker and see if there are interferences and, if...
Initially, I was going to do tests with and without docker and then, have a deeper look. But first, I decided to move out the test from my laptop to...
Any thoughts @wtarreau @Darlelet ?
I would think a final conclusion should be shared in this issue, for future reference.
This is how I tested it: No skip: ``` ~/s/kine$ ./bin/kine --endpoint "mysql://root:root@tcp(localhost:3306)/kine" --ca-file ~/s/docker-mysql-tls/ssl/ca.pem --cert-file ~/s/docker-mysql-tls/ssl/client-cert.pem --key-file ~/s/docker-mysql-tls/ssl/client-key.pem INFO[2024-06-16T14:45:36.513918611+02:00] metrics server is starting to listen at :8080 INFO[2024-06-16T14:45:36.51409881+02:00] starting...
are there any plans for this? thanks!
@AmirAghaee did you find a way of doing this?