Unlocking the Power of Salesforce Integrations with Confluent

Sdílet
Vložit
  • čas přidán 21. 07. 2024
  • Aaron Lieberman presents "Unlocking the Power of Salesforce Integrations with Confluent".
    Covered in this event are Salesforce integration pain points and solutions, ways to integrate Salesforce, and how Confluent can play a vital role in Salesforce integration.
    Additional information can be found on the Big Compass website: www.bigcompass.com
  • Věda a technologie

Komentáře • 3

  • @adampetersen582
    @adampetersen582 Před 2 lety

    Great video - we're going through some of these exact use-cases right now.

  • @sairyoevents
    @sairyoevents Před 2 lety

    To push data from backend to Salesforce using Kafka. When would you use Events, vs Sobject connector vs Kafka REST invoked patterns? Any thoughts welcome

    • @BigCompass
      @BigCompass  Před 2 lety

      Hello Sairyo!
      It depends on the nature of the backend system and the nature of transaction expected. For REST based backend application, Kafka REST would be preferable as it will be of Synchronous in nature, and if the backend system expects a return type this can work. For backend application that is already kafka enabled, it makes sense to publish as a message in a kafka topic (There can be sink connectors configured on this kafka topic to injest data into salesforce), this will be asynchronous in nature with no return type and much efficient to load data with data burst or high velocity data in nature.
      Hope this helps!