I started to test locally the version 3.2.0 of WSO2 API Manager, and I started with docker-compose distribution. Run it with docker-compose is very straight forward and for testing it is the best option. Every component started fine, and I got into devportal without any problem. I could list the Default application created by default. But I tried to access to publisher and It was not possible. I checked logs and my surprise was a MySql error, too may connections. Even I did not used the gateway to hit any API.
Caused by: com.mysql.cj.exceptions.CJException: Too many connections
I did not touch any config file. How is it possible to get this error in a fresh release? It is a easy config change to fix this? WSO2 should test this before release it. It is happening in the SW AS-IS.
I am running it in windows 10 professional (ver 1909) with docker v19.03.13 and docker-compose v1.27.4.