Skip to content

Conversation

@stn1slv
Copy link
Contributor

@stn1slv stn1slv commented Mar 22, 2025

The example provides REST API endpoints for managing Salesforce contacts (list all, get by ID, update) and implements real-time monitoring of Contact changes through Change Data Capture (CDC) events.

Features

  • REST API endpoints to fetch all Salesforce contacts, get contact by ID and update a contact by ID
  • Listens continuously for Change Data Capture events (CDC)
  • Salesforce authentication using client credentials flow

mcarlett pushed a commit to mcarlett/camel-spring-boot-examples that referenced this pull request Mar 24, 2025
…les-4.8.0-branch

add multi pooled datasources with 2PC example
@stn1slv stn1slv changed the title Add Salesforce example CAMEL-21910: Add Salesforce example Mar 28, 2025
@stn1slv stn1slv force-pushed the salesforce-example branch from 4cfff12 to daf34ba Compare March 28, 2025 08:49
@stn1slv
Copy link
Contributor Author

stn1slv commented Mar 28, 2025

@oscerd, thank you for reviewing and approving this PR! It seems that the build failed due to an issue with the Infinispan component, which was not affected by the changes introduced in this PR. This appears to be unrelated to the current work.

Could you please advise on how we should proceed in this situation?

@oscerd
Copy link
Contributor

oscerd commented Mar 28, 2025

We could merge

@oscerd oscerd merged commit 53eba73 into apache:main Mar 28, 2025
1 check failed
cunningt pushed a commit to cunningt/camel-spring-boot-examples that referenced this pull request Jul 24, 2025
* Initial version

* Add Salesforce example with REST API and CDC monitoring

* CAMEL-21910: Add route IDs for Salesforce contact queries and updates
mcarlett pushed a commit to mcarlett/camel-spring-boot-examples that referenced this pull request Aug 1, 2025
* Initial version

* Add Salesforce example with REST API and CDC monitoring

* CAMEL-21910: Add route IDs for Salesforce contact queries and updates

Co-authored-by: Stanislav Deviatov <devyatov@gmail.com>
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

Successfully merging this pull request may close these issues.

2 participants