Spring Batch: Multi-File Input and Virtual Threads support. Ep: 1

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 19

  • @shahrukhali1102
    @shahrukhali1102 5 місяців тому +1

    These tutorials are awesome.
    Thank you.

    • @bayonnesensei8281
      @bayonnesensei8281  5 місяців тому

      Glad you like them! Planning to make more use case with different approach. Thanks for your feedback.

  • @Rajnish089
    @Rajnish089 9 місяців тому +2

    Brother you are awesome 🎉

    • @bayonnesensei8281
      @bayonnesensei8281  9 місяців тому +1

      Thank you so much 😀. Next part coming tonight.

  • @krlos_87
    @krlos_87 9 місяців тому +1

    Just working on a batch right now. This video explains multisource processing in a very straightforward and simple way. I would really appreciate any advice you could give me. The context is that I need to gather information from input resources and supplement it with additional data obtained by calling an external API (within the processor), which will be written to a raw file later on. Although I've already accomplished this, I'm now considering the feasibility of incorporating asynchronous processing into the entire workflow. This is because I need to implement a database cache to avoid redundant API calls when the information is already mirrored in the database from a previous API call. I anticipate potential challenges with asynchronous behavior in this scenario. Thank you in advance!

    • @bayonnesensei8281
      @bayonnesensei8281  9 місяців тому +2

      Hey mate, thanks for your appreciation. Your use case seems to be a pretty nice one. I've done the same on my job. In that time i've used AsyncItemProcessor and all the features. Well, having now my last video, let me implement it and let's open a thread that allow us to discuss about the solution and its improvements.

    • @krlos_87
      @krlos_87 9 місяців тому

      I´d really apreciate that, I´ve been thinking on different possible approaches, and would be great having a different point of view from you. Thanks, and great work!!!

  • @OutboxThinker1
    @OutboxThinker1 9 місяців тому +1

    Now we need the next video. thanks

  • @joelchabzola8870
    @joelchabzola8870 9 місяців тому +1

    Thanks for this.

  • @ramakrishnab8348
    @ramakrishnab8348 3 місяці тому

    It's a great session on spring batch, I'm bit confused with thread concept, agreed threads got created but they are executed one after the other, there is no parallel processing isn't it?

    • @bayonnesensei8281
      @bayonnesensei8281  2 місяці тому

      Hello my friend, that is very nice question. For this particular video we are dealing with concurrency not parallelism

  • @phoenixgamerz6177
    @phoenixgamerz6177 7 місяців тому +1

    I really liked your video 🔥...could you please share the ppt you have used the video too

  • @카라멜땅콩-p2p
    @카라멜땅콩-p2p 9 місяців тому

    good video~!

  • @srinivasaraju8399
    @srinivasaraju8399 8 місяців тому +2

    Can you please send Git repo

  • @greyes86mx
    @greyes86mx 6 місяців тому

    Hi sensei, do you have the repo for this class?