Details
-
Bug
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
None
-
-
Folijet Sprint 123
-
0
-
Folijet
-
R3 2021
Description
Overview:
List<KafkaHeader> kafkaHeaders have to contains only unique values.
Steps to Reproduce:
Check result of KafkaHeaderUtils.kafkaHeadersFromMultiMap(params.getHeaders()) in RecordsPublishingServiceImpl.sendRecords(...)
Expected Results:
x-okapi-request-timestamp = <some value>
jobExecutionId = <some value>
........
correlationId = <some value>
x-okapi-request-ip = <some value>
Content-type = application/json
Accept = application/json, text/plain
Actual Results:
x-okapi-request-timestamp = <some value>
jobExecutionId = <some value>
........
correlationId = <some value>
x-okapi-request-ip = <some value>
Content-type = application/json
Accept = application/json, text/plain
Content-type = application/json
Accept = application/json, text/plain
Content-type = application/json
Accept = application/json, text/plain
Content-type = application/json
Accept = application/json, text/plain
Content-type = application/json
Accept = application/json, text/plain
Content-type = application/json
Accept = application/json, text/plain
Content-type = application/json
Accept = application/json, text/plain
Content-type = application/json
Accept = application/json, text/plain
TestRail: Results
Attachments
Issue Links
- defines
-
UXPROD-3193 NFR: R3 2021 Kiwi Data import Stability/Reliability work
-
- Closed
-
- relates to
-
KAFKAWRAP-11 Remove duplicate kafka headers
-
- Closed
-
-
MODDATAIMP-474 SPIKE: Review PTF job that created more Inventory records than were in the file & fix
-
- Closed
-