elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
12.15k stars 4.91k forks source link

[Olly] [Salesforce] Fix retrying when Salesforce server sends EOF using cometD input #36236

Open milan-elastic opened 1 year ago

milan-elastic commented 1 year ago

Describe the enhancement:

Currently, Salesforce is sending unexpected EOF while open client long pulling, and CometD is not able to handle this unexpected issue. which we need to explicitly handle either from the library we are using or the comet input itself. Finalize an approach to handle the same.

For more information please check an existing issue from salesforce.

kush-elastic commented 1 year ago

Here's till now information that we got from the existing issue from CometD repo issues:Issue link