Hi guys, I am analyzing different ways to avoid relying on the state store in disk in our brokers and I found the option of externalizing state in a Database.
Currently we have a network of broker with 4 active brokers, is there any way to use the same Database and the same tables names or configuring the broker in a way it handle that for me? Also I would like to know if someone has done something similar. Currently I am thinking on doing message tracking (infligh messages) in our producer side and having notifications when the brokers go up to re-populate messages and avoid relying on disk or external state. Thanks & Best Regards, Luis
