camel-salesforce | Pub/Sub API infinite resubscribe loop

2025-01-20 Thread j_b_s34
Hello, my application subscribes to some Change Data Capture events. During the holidays, there were no new events for more than 3 days, which caused the PubSubApiClient to try to resubscribe indefinitely due to a corrupt replay id. Events are retained for 3 days: https://developer.salesforce.c

Re: Bug in Openapi Java

2025-01-20 Thread Claus Ibsen
On Mon, Jan 20, 2025 at 1:14 PM Knut-Håvard Aksnes wrote: > A related topic is that the component documentation for Openapi Java hasn't > been updated regarding default behavior of useXForwardHeaders > > https://camel.apache.org/community/contributing/ > man. 20. jan. 2025, 12:55 skrev Knut-Håv

Re: Bug in Openapi Java

2025-01-20 Thread Knut-Håvard Aksnes
A related topic is that the component documentation for Openapi Java hasn't been updated regarding default behavior of useXForwardHeaders man. 20. jan. 2025, 12:55 skrev Knut-Håvard Aksnes : > We did read the migration guide from 4.4 to 4.5 based on this we added > .useXForwardHeaders(true) but o

Re: Bug in Openapi Java

2025-01-20 Thread Knut-Håvard Aksnes
We did read the migration guide from 4.4 to 4.5 based on this we added .useXForwardHeaders(true) but our generated api-doc still don't honor the headers, that's why I consider this a bug. søn. 19. jan. 2025, 14:47 skrev Claus Ibsen : > Hi > > See the upgrade guides such as > https://camel.apache.

Re: apache camel cxfrs conduit timeout not working

2025-01-20 Thread Claus Ibsen
Hi You are using a very old Camel version which is EOL and not supported anymore in this community. Also you are using a commercial product, so you should contact the vendor of this product for help. On Mon, Jan 20, 2025 at 11:32 AM Bikash Kaushik wrote: > Dear Team, > > I have http-conduit de

Re: apache camel cxfrs conduit timeout not working

2025-01-20 Thread Andrea Cosentino
If you use commercial version of Camel you need to ask to the vendor. This is the open source version of the software and Camel 2.15.x is not supported anymore upstream. Il giorno lun 20 gen 2025 alle ore 11:32 Bikash Kaushik < kaushikbikas...@gmail.com> ha scritto: > Dear Team, > > I have http-c

apache camel cxfrs conduit timeout not working

2025-01-20 Thread Bikash Kaushik
Dear Team, I have http-conduit defined for handling timeout for CXF-RS calling. But Timeout is not working sometimes. Timeout is working at defined duration, it's getting a Timeout Exception after 60 sec. Please suggest why this issue is coming up. In which direction should I debug , at network le