summaryrefslogtreecommitdiff
path: root/src/main/kotlin/dev/dnpm/etl/processor/services/kafka
AgeCommit message (Expand)AuthorFilesLines
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer1-49/+49
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer1-39/+47
2025-11-06chore: change annotation for KT-73255 (#185)Paul-Christian Volkmer1-3/+3
2024-05-27feat: use RequestId typePaul-Christian Volkmer1-1/+2
2023-08-16Issue #7: Send and expect requestId in record body, not in record key (#8)Paul-Christian Volkmer1-32/+22
2023-08-15Change Kafka response body JSON aliasPaul-Christian Volkmer1-2/+2
2023-08-09Decouple request and response processingPaul-Christian Volkmer1-47/+38
2023-08-03Add information about 'no connection' responsesPaul-Christian Volkmer1-2/+0
2023-08-03Explicit producer topic configurationPaul-Christian Volkmer1-0/+13
2023-08-03Use Map as status body since it contains JSONPaul-Christian Volkmer1-3/+3
2023-08-02Map 'status_code' and 'status code' to same data valuePaul-Christian Volkmer1-1/+2
2023-08-02Add processor to handle responses from Kafka topicPaul-Christian Volkmer1-0/+87