Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    What should be done in this module:
      - add a new job type - 'eHoldings';


mod-data-export-spring is designed to manage, configure, and run jobs. This module is the entry point to start data export, it calls mod-data-export-worker to execute jobs sending events to the mod-data-export-worker's Kafka topic.
    What should be done in this module:
      - add new export type - 'eHoldings';
      - add new request parameters (to ExportTypeSpecificParameters.json), needed to pass export fields, search params for titles search, and other params;
      - add new JobCommandBuilder, needed to take request parameters to pass in Kafka event;

...

    What should be done in this module:
      - Create create a reader extending base functionality (CsvItemReader.java). The reader should retrieve packages/titles using REST clients, taking search parameters from the incoming Kafka event;
      - Create create a processor
      - Create create a writer 

mod-kb-ebsco-java ToDo

...