Batch Processing in Mule 4 Use-Case - A Detailed Workshop Session

Поділитися
Вставка
  • Опубліковано 28 чер 2024
  • This video presents the use-case for Batch Processing in Mule-4 and also presents the Design and Implementation of Order Processing with the Error Handling.
    The Demo content can be referred in the Attached Flow XML below:
    drive.google.com/open?id=1nto...
    The Input CSV File used for this Demo can be obtained using the below link:
    drive.google.com/open?id=17Sl...
  • Наука та технологія

КОМЕНТАРІ • 32

  • @sreejithsreedhar05
    @sreejithsreedhar05 4 роки тому +1

    Hi Siva, Many Thanks, through your excellent demonstration you took me to understand the concepts and realtime scenarios very well. Really you are a model to the others who are trying to share knowledge through youtube videos.

  • @ramakrishnaravirala8669
    @ramakrishnaravirala8669 4 роки тому +7

    Siva, nice video and appreciate your time. Can you please help with a detailed session on API led connectivity and Application Networks concept, that would be really helpful.

  • @nareshnaiduthota5619
    @nareshnaiduthota5619 4 роки тому

    Siva - It's awesome - the way you explained

  • @omkarjeereddi1751
    @omkarjeereddi1751 4 роки тому +1

    Hi Siva
    Thanks a lot for your good explanation and effort. Very helpful content. I appreciate it.

  • @VenkataRamana-lp1ii
    @VenkataRamana-lp1ii 3 роки тому +1

    Sir, waiting for your new videos, i personal learn a lot by looking at your videos. thank you very much.

  • @chandrakalas.m727
    @chandrakalas.m727 4 роки тому

    Good explanation sir. Thank you

  • @mallaiahm9753
    @mallaiahm9753 Рік тому

    Thanks Shiva for wonderful concept

  • @aveshsrivastava3039
    @aveshsrivastava3039 Рік тому

    Very well explained, thanks for sharing this video

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

    Thanks Siva!

  • @tagogota4352
    @tagogota4352 4 роки тому

    Thanks, Siva! Could you please prepare video on Runtime Fabric and Anypoint Service Mesh?

  • @nagab19
    @nagab19 4 роки тому +1

    Good explanation sir,it is very useful to all of them sir, please explain database operations with example sir

  • @vishnu-mk
    @vishnu-mk 4 роки тому

    thanks for sharing ..

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

    Thank you sir

  • @anilkumar1488
    @anilkumar1488 4 роки тому +1

    Hi Siva, Nice video. Could you please post video related to DB operations under single transaction(rollback)? Thanks,

  • @anuragsharma8466
    @anuragsharma8466 4 роки тому +1

    Hello Siva,great explanation..could you please make a video on how to make http to https mule api and what is tls and jks files
    Thanks 😊

  • @saitejapendli7036
    @saitejapendli7036 Рік тому

    very nice explanation thanks for k.t :) .....

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

    Hallo Siva, I had a question. I want to add bulk insert into mongo for example 20 objects at the same time, but I want also to check if the inserted objects are not the same. What is the best approach to handle this use case. Thanks in advanced

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

    Excellent explanation,
    But Siva i do have few queries to you,
    1. imagine that after splitting files, you have another file connector which will be polled and send it to batch process, i have the environment in containers due to some reason my container which is processing the 10th split file is crashed.. so how i can get back this file again . > ? i know that we can implement the reliability pattern... is there anyways you suggest me. ? i don't want any of the file is missing because of container crash /failures

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

    Sir if we have database as source if we have 4 Laks records if we want to process them through batch process what is the best practice to retrieve the records

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

    Sir if we are writing files to some external system in the batch processing what happens if that external system is down for time what happens to output data from batch processing how do we handle it do we need to create a objectstore there to store the data until external system up and them pass It on object store data in to external system which is the output of the batch processing

  • @bpavan7627
    @bpavan7627 4 роки тому +2

    Hi sir ,nice video.can you please make a video on consuming https rest api, and passing the response coming from that api to another https api. This is the regular use, please explain us where to pass keystore and trust store also in this use case , because the rest apis which I have to consume are https..thank you

    • @AquibJaved
      @AquibJaved 4 роки тому +1

      +1

    • @sivathankamanee-channel
      @sivathankamanee-channel  4 роки тому

      Sure friends. Will do. There are couple of videos already published with these topics. Did you check it out?

    • @bpavan7627
      @bpavan7627 4 роки тому

      Thanks for you response,Yes sir I have seen https api video, my use case is ,if there are continuously https rest apis in a flow which I have to call and have to pass the response from one to another https rest apis.
      Some times I get bad request,some times server errors, so I am confused whether I am doing wrong configuration .I configured listener as server and other restapis as client .bit confusing .it would be great if you make an video of it , because it is daily routine use case which helps others to work

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

    Is it possible to run two batch jobs sequentially?

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

    my second query is. i know you are processing and storing data in db. this query is related to my first query. i magine that we processed upto 9th file and stored 10000 recores. when processing 10th file my container failed , so when you reprocess the scenario i don't want to process from begining. but rather i want to process from 10th split file and also

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

    Hi Siva, please explain Dynamodb scan filter expression

  • @SanjayReddy-st6gj
    @SanjayReddy-st6gj Рік тому

    i'm facing problem in database configuration failed

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

    please give me this CSV file.

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

    Siva sorry for confusion these 2 queries for your another video where u split huge file into pieces and process them . i posted here by mistake