On Thu, Sep 17, 2020 at 5:15 PM Luis De Bello <[email protected]>
wrote:

> 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.


The database will need a file storage as well right ?

>
>
>
>
> 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?
>

Are you considering performance?

Database systems are designed to be reliable while message systems to be
fast.

In my many years working in messaging that has always been the case.

We offer the DB option for users who need and usually don’t need as much
perf as you have on journal.



>
>
> 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
>
> --
Clebert Suconic

Reply via email to