Object Store - Default, Mule 4

Поділитися
Вставка
  • Опубліковано 29 сер 2024
  • I have explained about Object Store Module
    ***************************************************************************************
    Links for other videos:
    Dataweave: • DataWeave
    Flow Control: • Flow Control
    Mule scopes: • Mule Scopes
    Mule Basics & Miscellaneous : • Mule Basics
    Error Handling: • Error Handling
    File Module: • File Module
    Object Store: • Object Store
    Database : • Database Module
    VM Connector: • VM Connector
    Batch Processing: • Batch Processing
    Salesforce & Mulesoft Integration: • Salesforce - Mulesoft ...
    HTTPS (1 way SSL & 2 way SSL): • HTTPS
    Munits (created Manually): • Munits
    Transaction Management: • Transaction Management
    Alerts & Monitoring: • Alerts & Monitoring
    Anypoint MQ: • Anypoint MQ

КОМЕНТАРІ • 19

  • @venkateshmogga4142
    @venkateshmogga4142 2 роки тому +1

    Great effort Mr.Vijay. Thankyou!

    • @arshh7133
      @arshh7133 2 роки тому

      It's working fine for you ?

  • @user-pz1xc4sn3w
    @user-pz1xc4sn3w Рік тому +1

    nice brother

  • @arshh7133
    @arshh7133 2 роки тому +1

    Hello Vijay , when I use retrieve All and retrieveAllKeys then it gives key but lots of unreadable details also presented. Can you please help me out ?

    • @IntegrationWorld
      @IntegrationWorld  2 роки тому +1

      @Arsh H can you convert to application/json and see if you are able to see the contents properly ?

    • @arshh7133
      @arshh7133 2 роки тому

      In postman ?

    • @arshh7133
      @arshh7133 2 роки тому

      Or I have to use transform msg ?

    • @IntegrationWorld
      @IntegrationWorld  2 роки тому +1

      please apply below transformation on the payload or the response that you get from retrieve all or retrieve allkeys,
      output application/json
      ---
      payload
      and let me know if it's good or not.
      Thanks,
      Vijay Vaka

    • @arshh7133
      @arshh7133 2 роки тому +1

      I used transform msg so it's working now.

  • @mayuria2447
    @mayuria2447 3 роки тому +1

    Hi Vijay, how it behaves when we deploy an object store containing application on to cloud hub? If we use a persistent storage

    • @IntegrationWorld
      @IntegrationWorld  3 роки тому

      The same way... When you use object Store in an application and deploy to cloud hub and use persistent storage, the key value pair you store in Object Store will be stored in Amazon dynamo database in the backend... So you will get reliability even if system crashes.....

    • @mayuria2447
      @mayuria2447 3 роки тому

      @@IntegrationWorld thank you for the response, if we deploy it to multiple workers if one of the worker is down ,can we access it through other worker if we use object store

    • @IntegrationWorld
      @IntegrationWorld  3 роки тому

      @@mayuria2447 Yes

  • @arshh7133
    @arshh7133 2 роки тому

    Hello Vijay ,
    You know how to convert iso8583 to json?
    In mulesoft.

  • @tulasivineela3672
    @tulasivineela3672 2 роки тому

    Hi Vijay, I've implemented object store flow in system api and when I try to retrieve the value from experience api, I'm getting empty payload. can't we retrieve the values in object store from another flow?

    • @IntegrationWorld
      @IntegrationWorld  2 роки тому

      it's not possible, instead I suggest you to create a common mule application to store & retrieve key value pair information from sapi & eapi respectively through http request. See if this can be done in your integration.

    • @IntegrationWorld
      @IntegrationWorld  2 роки тому

      Please also explain what you were trying to do here ? You can send the same value to eapi through http headers.

    • @tulasivineela3672
      @tulasivineela3672 2 роки тому

      @@IntegrationWorld I have created two mule configuration files(eapi and sapi) to store employee details. In sapi, I've implemented object store to store/retrieve/delete employee details as explained in the video. From eapi, I've used flow reference(also tried request connector) to call sapi in order to fetch/add employee details. I'm not able to perform object store operations from eapi. while object store works perfectly when I call directly sapi.