How to handle error records in Mule 4 Batch Processing

Поділитися
Вставка
  • Опубліковано 16 сер 2019
  • This video explains the techniques of handling error records in the batch processing in general and Mule 4 in particular. This is done by taking specific use-case examples and demonstrated.
  • Наука та технологія

КОМЕНТАРІ • 20

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

    Thank you Siva! This is very helpful information of how to capture the error records!

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

    Finally I got some idea on Batch processing . Thank you Sir

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

    Appreciate all your efforts Shiva. Thanks for sharing the knowledge!

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

    Very Informative. Thanks keep it comming

  • @NehaKumari-ur1ge
    @NehaKumari-ur1ge 4 роки тому

    Thanks Shiva, really appreciable effort. Well explained videos (Y)

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

    Wow thank you so much.your video direct and simple to understand .

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

    Hi Siva,
    Your videos amazing.
    Please try to make a video series on various testing strategies in integration.
    Developing custom policies.
    Custom connector
    Event sourcing and CQRS

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

      Sure Vijay. Im going to release the video on 'REST APIs - Test Automation Strategy' which will be useful for the developers as well as QA members. Please expect this next week and will add one long video to fully explain the automation techniques and features. All QA members must know this since the world is becoming cloud integration and REST APIs. :)

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

    Good one. Raise error will work only in batch step, its doesn't work in Batch Aggregator ?

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

    in batch I am calling a Cloud API(NetSuite), is it good to have try/on-propgogate(on-continue)?

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

    Can u plz explain error records logged in separate file with timestamp in batch.

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

    Hi sir
    It’s really a nice video, thanks for you videos which you are uploading here. It’s really very helpful for the people like me.
    I see only 2 records got processed in you video at the end in console.
    I have a doubt regarding this error Handel in batch processing when ever the error raised the other records are not getting processed and the flow is getting terminated.
    Can you tell me is their any way to store the failed records in one file and process the other records in the input file.
    Thanks

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

      Hi Nagendra = I guess, storing and processing the failed records is the main learning from this video. Once you have control over the failed record and payload, you can introduce either File or DB component and store it and process whatever the way you want. Or you can push the payload into the VM Queue, so that the processing takes place separately; Hope this helps.

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

      thank you sir, I will try it once and let you know

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

    What happens if a record fails in the batch AGGREGATOR? How to handle errors in a batch aggregator? How to find that particular failed record from the 100 record batch aggregator?

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

    Hi
    get 40000 records from sql DB and using batch try to insert into Salesforce ,if records fails those need to be insert into sql db in another table ,can you do this video ,this will be helpful ,
    i never seen this video anywhere

  • @SenthilKumar-sn5yl
    @SenthilKumar-sn5yl 4 роки тому

    can you explaninv on topics like Maven, CI &CD with Github,maven,jenkins,Munit

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

      Hi Senthil - Am working on it since I need fully functional system environment in local to explain the full blown features of all the above. Give me a week or 2, I will come up with these heavy topics to make it simple.

  • @raviteja-ux7uf
    @raviteja-ux7uf 4 роки тому

    We have 12 records in file at a time 3 records are coming into the batch job ,Max failed records(2) < batch size (3) is this the thumb rule