Ask questions and see you on 15th December at 8pm CET: youtube.com/c/bienadam
Also check out the latest episode:
Please keep the questions as short and as concise as only possible. Feel free to ask multiple, shorter questions. I will also answer some questions in my "shorts" youtube.com/@bienadam/shorts between the shows.
Upcoming airhacks.tv events will also be announced at meetup.com/airhacks
New: The airhacks.tv discord server: discord.gg/airhacks

Considering a Java application, potentially with MicroProfile, that needs to support multi-tenancy where each tenant (client) has a dedicated database, what approach would you recommend?
Specifically, should we pursue a 'one application instance per tenant database' model or a 'single shared application instance' that dynamically routes requests to the correct tenant database based on a tenant identifier in the incoming request? Do you know if panache/hibernate supports that?