Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EMP-Connector Missing to Consume Events While still being Subscribed and Long Polling #96

Open
techy-spongebob opened this issue Feb 16, 2022 · 1 comment

Comments

@techy-spongebob
Copy link

EMP Connector is missing to consume events while still being subscribed and long polling the salesforce server. We found two scenarios when this happened.

  • Scenario 1 - The event was produced exactly at the same instance when long polling ended. When client connected back for next long polling, it did not receive the event.
  • Scenario 2 - At times, even when the event is produced when the client is in middle of long polling, server did not send any event to the client. Client returned with EOF Exception from the server.

We worked with salesforce on this and they confirmed that events are delivered to the clientIds which we claimed that missed those events.

Any insights on why client is missing these events.?

@tanmoy-blr
Copy link

What happens if you try to replay from the last known offset ?

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

No branches or pull requests

2 participants