Spring Batch: Multi-File Input and Virtual Threads support - Share Data Between Steps. Ep: 4

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

КОМЕНТАРІ • 8

  • @rolandjost3823
    @rolandjost3823 4 місяці тому +1

    Thanks for your sharing🎉

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

      I really appreciate your support, thanks so much my friend.

  • @حامدنیکبخت-ن5ع
    @حامدنیکبخت-ن5ع 9 місяців тому

    I save XLSX file in CLOB field in table then how to fetch CLOB field from table and process record in spring batch . thank you for best videos

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

      Amazing question, let me create a scenario in the next videos.

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

    Hi, can you provide github link to the storage microservice? Because you didn't provide it in your videos. Thank you.

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

    Good, the data shared is persisted? How big can be this data? Does it affect the performance? Thanks

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

      Yes it does, the data should be as smaller as you may think. Actually i use apache kryo to serialize large data.

  • @sudhavuppalapati6574
    @sudhavuppalapati6574 Місяць тому

    can you share the code