Re: Salesforce Platform Events Subscription Retries

2020-11-30 Thread Andy Stebbing
Hi, I did try it out with 3.7.0-SNAPSHOT but the outcome was the same. I'll put in a JIRA ticket and I'll provide details on how I was able to replicate the issue. I'll also post it on here. cheers andy On Mon, Nov 30, 2020 at 7:59 PM Zoran Regvart wrote: > > Hi Andy, > sounds like an issue we

[ANNOUNCEMENT] Apache Camel-kafka-connector 0.6.1

2020-11-30 Thread Andrea
The Camel community announces the immediate availability of Apache Camel-kafka-connector 0.6.1 The artifacts are published and ready for you to download either from the Apache mirrors or from maven central. For more info please visit the project GitHub repository[1]. Many thanks to all who made

Re: How to declare a datasource in Camel Quarkus JDBC?

2020-11-30 Thread James Netherton
Take a look at the camel-quarkus JDBC extension integration test: https://github.com/apache/camel-quarkus/tree/master/integration-tests/jdbc You can use Quarkus properties to define the datasource in application.properties: https://github.com/apache/camel-quarkus/blob/master/integration-tests/jd

How to declare a datasource in Camel Quarkus JDBC?

2020-11-30 Thread Mikael Andersson Wigander
How do I declare and inject a datasource for Camel JDBC using Quarkus? /M

RE: Salesforce Platform Events Subscription Retries

2020-11-30 Thread Ajmera, Hemang C
Hi We are also facing the issue with 3.4.4 version of salesforce component. We are facing since version 2.3 and I am not able to reproduce it successfully all the time and couldn't find the issue for sure. As a workaround (which is not good, but works fine for us), we are restarting integrat

Re: Salesforce Platform Events Subscription Retries

2020-11-30 Thread Zoran Regvart
Hi Andy, sounds like an issue we would not encounter when developing/running integration tests. We have a number of issues (some of them have been fixed) relating to streaming/push APIs with Salesforce. Perhaps if you find that the recent versions did not fix your issue you could contribute the lo