Uploaded image for project: 'mod-source-record-manager'
  1. mod-source-record-manager
  2. MODSOURMAN-19

ChangeManager: API for receiving chunks of raw (source) data with a stub implementation

    XMLWordPrintable

Details

    • EPAM BatchLoader Sprint 5
    • 3
    • Folijet

    Description

      Create a public API method for receiving chunks of raw(source) data. The method should provide stub implementation.

      • endpoint format:
        POST /change-manager/records/{jobExecutionId}
        JSON {
      last: boolean (true/false),
      total: integer,
      [records : {records}]
      }
      
      

      where <last> parameter is the sign that means the last chunk across all the chunks associated with the same JobExecution entity;
      <total> parameter is the total amount of chunks associated with the same JobExecution entity;

      • chunk object format:
         List<String> records
      
      • RAML for an endpoint payload

      Acceptance Criteria

      • New endpoint exists and opened to OKAPI;
      • API is covered by REST tests;

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                Kateryna Senchenko Kateryna Senchenko
                Igor_Gorchakov Igor Gorchakov
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases