@kibiz0r@midwest.social sorry for the late reply. I’m not that familiar with CRDTs but what I understand, the blackboard is not a direkt match. It is intended for data that does not change or at least only rarely change. Contrary to the other messaging pattern like publish-subscribe or requrest-response, the blackboard does copy on access. This means, it is ideal for things like providing a configuration to other processes or other small data.
@kibiz0r@midwest.social sorry for the late reply. I’m not that familiar with CRDTs but what I understand, the blackboard is not a direkt match. It is intended for data that does not change or at least only rarely change. Contrary to the other messaging pattern like publish-subscribe or requrest-response, the blackboard does copy on access. This means, it is ideal for things like providing a configuration to other processes or other small data.