Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAMEL-21910: Add Salesforce example #155

Merged
merged 3 commits into from
Mar 28, 2025
Merged

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
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