Skip to content

[ENG-4159] config: add salesforceQuotaOptimization to subscribe config objects - #381

Merged
AmandaYao00 merged 1 commit into
mainfrom
salesforce-quota-optimization-config
Jul 31, 2026
Merged

[ENG-4159] config: add salesforceQuotaOptimization to subscribe config objects#381
AmandaYao00 merged 1 commit into
mainfrom
salesforce-quota-optimization-config

Conversation

@AmandaYao00

Copy link
Copy Markdown
Contributor

Adds a per-object opt-in for Salesforce CDC quota optimization so customers can enable the feature themselves via UpdateInstallation and read it back via GetInstallation, instead of engineers hardcoding (projectId, groupRef) pairs in the server.

The property is added to BaseSubscribeConfigObject, so it applies to both SubscribeConfigObject (create/read surface) and UpdateInstallationConfigContent (which uses BaseSubscribeConfig). No new update mask is needed — config.content.subscribe.objects. already covers it.

Per-object rather than per-installation because the Salesforce artifacts the feature provisions (checkbox field, Apex trigger, CDC filter expression) are per-object.

Adds a per-object opt-in for Salesforce CDC quota optimization so customers
can enable the feature themselves via UpdateInstallation and read it back via
GetInstallation, instead of engineers hardcoding (projectId, groupRef) pairs in
the server.

The property is added to BaseSubscribeConfigObject, so it applies to both
SubscribeConfigObject (create/read surface) and UpdateInstallationConfigContent
(which uses BaseSubscribeConfig). No new update mask is needed —
config.content.subscribe.objects.<objectName> already covers it.

Per-object rather than per-installation because the Salesforce artifacts the
feature provisions (checkbox field, Apex trigger, CDC filter expression) are
per-object.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@AmandaYao00
AmandaYao00 merged commit a8481d1 into main Jul 31, 2026
2 checks passed
@AmandaYao00
AmandaYao00 deleted the salesforce-quota-optimization-config branch July 31, 2026 00:04
@AmandaYao00 AmandaYao00 changed the title config: add salesforceQuotaOptimization to subscribe config objects [ENG-4159] config: add salesforceQuotaOptimization to subscribe config objects Jul 31, 2026
@linear

linear Bot commented Jul 31, 2026

Copy link
Copy Markdown

ENG-4159

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant