Spring Batch Read File, Consume REST, Schedule Job | Spring Boot 3, Spring Batch, Scheduler

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

КОМЕНТАРІ •

  • @afraaalobaid3455
    @afraaalobaid3455 Рік тому +1

    You are a legend. Thank you so much

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

    You are great ❤ love your effort really appreciated 👌

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

    Excellet tutorial, pretty useful.

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

    Thank you very much for the video! Can we use a second step or a second processor to send an email?
    Assume the following scenario, step 1 will read data from csv, process the data and then write the data into the database. Then, step 2 will prepare and send emails containing a body which describes how many records were processed by step 1, when they were processed, how many were successfully inserted into the database and how many failed to be inserted into the database. Maybe some record of the cvs failed to pass our business logic and as a result they were not inserted into the database. Therefore, we should know how many records failed, which were the records that failed and why they failed.
    How could we implement the above requirement? Using two steps of using two processors?
    Thank you in advance!

  • @juancarlosrivera2874
    @juancarlosrivera2874 7 місяців тому

    great tutorial, what about if i need to read data from oracle database and then this data returned has to be processed by a mysql stored procedure and write the result in a mysql table, how can i achieve this ? it is possible? thank you for share your knowledge

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

    can we use spring batch with a no sql database like firestore to write the data?

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

    How to repeat HTTP job if remote server is failed, how to repeat?

  • @ashwanipandey9752
    @ashwanipandey9752 Рік тому

    @Bean
    public Job bookReaderJob(JobRepository jobRepository, PlatformTransactionManager transactionManager) {
    return new JobBuilder("bookReadJob", jobRepository)
    .incrementer(new RunIdIncrementer())
    .start(taskletStep(jobRepository, transactionManager))
    .build();
    }
    from where its picking jobRepository? as i am getting nullpointer exception for that.

  • @АлександрБугримов-о1е

    👍👍👍👍👍👍👍👍👍

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

    awsome