Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
P3
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2.4.0
-
Labels:
-
Template:customfield_11100 50923
-
Sprint:Folijet Sprint 123
-
Story Points:0
-
Development Team:Folijet
-
Release:R3 2021
-
Epic Link:
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
-
MODSOURMAN-521 Remove duplicate kafka headers
-
- Closed
-