:24
> To: Dev
> Cc: us...@camel.apache.org; Andy Stebbing ;
> Ajmera, Hemang C
> Subject: Re: Salesforce streaming issue
>
>
> EXTERNAL SENDER: Do not click any links or open any attachments unless you
> trust the sender and know the content is safe.
> EXPÉDITEUR EXTER
> production code directly with snapshot version in lower environment.
>
>
> Thanks and Regards,
> Hemang Ajmera
>
>
> -Original Message-
> From: Jean-Baptiste Onofre
> Sent: 18 December 2020 18:24
> To: Dev
> Cc: us...@camel.apache.org; Andy Stebbing ; Aj
the
production code directly with snapshot version in lower environment.
Thanks and Regards,
Hemang Ajmera
-Original Message-
From: Jean-Baptiste Onofre
Sent: 18 December 2020 18:24
To: Dev
Cc: us...@camel.apache.org; Andy Stebbing ; Ajmera,
Hemang C
Subject: Re: Salesforce
Thanks for the update Zoran.
I gonna take a look and test.
Regards
JB
> Le 18 déc. 2020 à 13:12, Zoran Regvart a écrit :
>
> Hi Cameleers,
> this has been targeted for releases 3.7.1 and 3.8.0, if you can, it
> would be of great help to test this before we release.
>
> zoran
>
> On Wed, Dec
Hi Cameleers,
this has been targeted for releases 3.7.1 and 3.8.0, if you can, it
would be of great help to test this before we release.
zoran
On Wed, Dec 16, 2020 at 3:44 PM Zoran Regvart wrote:
>
> Hi Cameleers,
> I've created a PR[1], which I think fixes the problem, I encourage
> folk to pro
Hi Cameleers,
I've created a PR[1], which I think fixes the problem, I encourage
folk to provide feedback and test on your end if possible.
I've tested with the `SubscriptionHelperIntegrationTest`. And manually by:
1/ Starting a streaming app with the route:
from("salesforce:Account?sObjectName=
Another update, I've pushed what I have to a branch called
`issue/CAMEL-12871` the implementation of the stub server and
integration test for two cases. In both cases streaming seems to have
continued, that is, I haven't reproduced the issue. I also included a
fix to release listeners/subscribers a
Thanks for the update Zoran.
Let me take a look on your gist.
Regards
JB
> Le 10 déc. 2020 à 13:46, Zoran Regvart a écrit :
>
> Hi JB,
> split off into a separate thread, yeah, thanks, I could use some help/ideas.
>
> I'm trying to create an integration test, using WireMock and
> WiremockNetw
Hi Cameleers,
Small update on this, I'm taking the approach of building a custom
server for this, using WireMock is a dead end as WireMock expects all
responses to be converted to a byte[], and that blocks for any
streaming attempts.
I did manage to get a PipedInput/Output streams do I can push da