function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Baljeet LalotraBaljeet Lalotra 

CometD client Buffer Size

As per the Salesforce documentation for Batch Apex governing limit is  (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_gov_limits.htm), the maximum  number of push notifications that can be sent in each push notification method call is 2000 and the maximum message size is 1MB. So in this case do we need to allocate a buffer size of 2GB (2000*1000=2GB) for running our integration on CometD client side?