Back to daily archive
Architecture/

Governance without gridlock: Event-driven Salesforce

JSBC Labs retrospective note4 min read

Why this deserves attention

Events allow systems to announce meaningful change without controlling every downstream reaction. This becomes more valuable as the platform, team and integration estate grow.

Poorly defined events become noisy technical notifications that expose internal implementation and are difficult to evolve. On 11 February 2025, this archive entry records the principle as a practical design concern rather than a product announcement.

Use proportionate control

Look at event-driven salesforce through how to create control without slowing every useful change. The objective is not to introduce more process; it is to expose the few decisions that determine reliability, ownership and future change.

Publish stable business facts, include a unique event identity, and design subscribers to tolerate delay and duplication. Record the decision close to the solution so that delivery, support and future architecture reviews work from the same intent.

What good looks like

Teams can add new consumers without repeatedly changing the transaction that produced the event. The team can describe the expected behaviour, the owner, the evidence of success and the response when reality differs from the design.

A useful next step is to review one live implementation against this principle, identify the largest unowned assumption and turn it into a bounded improvement with a measurable outcome.