Hello Kill-bill,
I have an implementation where the kill-bill API server is running on a dedicated virtual machine. Kill-bill is configured to use an existing database cluster to store its data. If the kill-bill server fails at some point, i can create a new server with the same configuration and it will not lose any data. This already works in my setup. My next step is to make it scale, like in the drawing below.
The MySQL database cluster and the HA proxy are already running and working fine. The question i have is: Does kill-bill support being run multiple times, while all instances access the same database? Do i need to set any specific settings in jetty's start.ini to make things work properly?
Thank you for the response!
