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

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ธ.ค. 2024

ความคิดเห็น • 33

  • @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.

  • @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.

  • @titikshaWankhedkar-u7l
    @titikshaWankhedkar-u7l 2 หลายเดือนก่อน

    Great explanation. Thank you sir.

  • @mallaiahm9753
    @mallaiahm9753 ปีที่แล้ว

    Thanks Shiva for wonderful concept

  • @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.

  • @aveshsrivastava3039
    @aveshsrivastava3039 ปีที่แล้ว

    Very well explained, thanks for sharing this video

  • @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.

  • @zaidsafaa2762
    @zaidsafaa2762 4 ปีที่แล้ว +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

  • @saeedjilae6370
    @saeedjilae6370 3 ปีที่แล้ว

    Thanks Siva!

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

  • @abhisheksolanki2241
    @abhisheksolanki2241 2 ปีที่แล้ว

    Is it possible to run two batch jobs sequentially?

  • @saitejapendli7036
    @saitejapendli7036 2 ปีที่แล้ว

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

  • @SanjayReddy-st6gj
    @SanjayReddy-st6gj ปีที่แล้ว

    i'm facing problem in database configuration failed

  • @nagab19
    @nagab19 4 ปีที่แล้ว +1

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

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

  • @tagogota4352
    @tagogota4352 4 ปีที่แล้ว

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

  • @chandrakalas.m727
    @chandrakalas.m727 4 ปีที่แล้ว

    Good explanation sir. Thank you

  • @anilkumar1488
    @anilkumar1488 4 ปีที่แล้ว +1

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

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

  • @sudheerraja3059
    @sudheerraja3059 4 ปีที่แล้ว

    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

  • @anuragsharma_techie
    @anuragsharma_techie 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 😊

  • @chitravasudevan562
    @chitravasudevan562 2 ปีที่แล้ว

    Hi Siva, please explain Dynamodb scan filter expression

  • @srinivasaraoaalakunta4710
    @srinivasaraoaalakunta4710 4 ปีที่แล้ว

    Thank you sir

  • @vishnu-mk
    @vishnu-mk 4 ปีที่แล้ว

    thanks for sharing ..

  • @sudheerraja3059
    @sudheerraja3059 4 ปีที่แล้ว

    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

  • @sudheerraja3059
    @sudheerraja3059 4 ปีที่แล้ว

    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