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

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 19

  • @shahrukhali1102
    @shahrukhali1102 6 месяцев назад +1

    These tutorials are awesome.
    Thank you.

    • @bayonnesensei8281
      @bayonnesensei8281  6 месяцев назад

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

  • @krlos_87
    @krlos_87 10 месяцев назад +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  10 месяцев назад +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 10 месяцев назад

      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!!!

  • @Rajnish089
    @Rajnish089 10 месяцев назад +2

    Brother you are awesome 🎉

    • @bayonnesensei8281
      @bayonnesensei8281  10 месяцев назад +1

      Thank you so much 😀. Next part coming tonight.

  • @OutboxThinker1
    @OutboxThinker1 10 месяцев назад +1

    Now we need the next video. thanks

  • @ramakrishnab8348
    @ramakrishnab8348 4 месяца назад

    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  3 месяца назад

      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

  • @joelchabzola8870
    @joelchabzola8870 9 месяцев назад +1

    Thanks for this.

  • @greyes86mx
    @greyes86mx 7 месяцев назад

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

  • @카라멜땅콩-p2p
    @카라멜땅콩-p2p 10 месяцев назад

    good video~!

  • @srinivasaraju8399
    @srinivasaraju8399 9 месяцев назад +2

    Can you please send Git repo