EMP-Connector
EMP-Connector copied to clipboard
Execution Exception - com.salesforce.emp.connector.CannotSubscribe: Unable to subscribe to [/event/test_event__e:-2] [https://my.salesforce.com/cometd/39.0] : 403::Organization total events daily limit exceeded
Hi expertise,
We are invoking EMP Connector from a scheduler which runs after each 30 sec, only when previous executions/run is completed. While subscribe to SF event bus from emp connector, we always query new reply id's based on last successful processed reply id. Still in SF logs we noticed that same replay id is requested multiple times within some milliseconds by same user {note: user is used by only one application}... can someone please assist me in what scenario this can happen ?
Thanks in advance..!
I see the same issue!
Ideally we should invoke EMP Connector only once and then just listen to the events. Can you please provide more information about how you are using the connector and downstream processing for the events ?