summaryrefslogtreecommitdiff
path: root/src/main/kotlin/dev/dnpm/etl/processor/output/KafkaMtbFileSender.kt
AgeCommit message (Expand)AuthorFilesLines
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer1-5/+6
2026-01-07feat!: do not delete patient information if no consent is given (#236)Paul-Christian Volkmer1-0/+8
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer1-22/+17
2025-10-31fix: only send nested content with MTB record (#175)Paul-Christian Volkmer1-1/+1
2025-08-27fix: add missing requestId to KafkaMtbFileSender (#142)Paul-Christian Volkmer1-4/+3
2025-08-12refactor: remove obsolete bwHC data model V1.0 (#129)Paul-Christian Volkmer1-14/+5
2025-07-2263 check consent status (#120)jlidke1-3/+15
2025-04-06feat: support multiple request content types (#109)Paul-Christian Volkmer1-23/+33
2025-04-04feat: remove obsolete config params (#101)Paul-Christian Volkmer1-3/+3
2024-07-15refactor: add types for patient id and pseudonymPaul-Christian Volkmer1-2/+2
2024-05-27feat: use RequestId typePaul-Christian Volkmer1-1/+2
2024-03-09feat: do not use episode id in kafka record keyPaul-Christian Volkmer1-2/+1
2024-02-19feat: new kafka config due to kafka inputPaul-Christian Volkmer1-5/+5
2024-01-11feat: show configured endpointsPaul-Christian Volkmer1-0/+4
2024-01-04feat #17: initial support for request retryPaul-Christian Volkmer1-21/+27
2023-08-16Issue #7: Send and expect requestId in record body, not in record key (#8)Paul-Christian Volkmer1-6/+6
2023-08-10Add tests for KafkaMtbFileSenderPaul-Christian Volkmer1-2/+2
2023-08-09Decouple request and response processingPaul-Christian Volkmer1-6/+7
2023-08-03Explicit producer topic configurationPaul-Christian Volkmer1-8/+12
2023-08-03Implement delete request using Apache KafkaPaul-Christian Volkmer1-3/+32
2023-07-31Handle delete requests by using REST request to bwHCPaul-Christian Volkmer1-2/+7
2023-07-31Add request ID to Kafka keyPaul-Christian Volkmer1-7/+8
2023-07-27Code polish for PRPaul-Christian Volkmer1-3/+2
2023-07-27feat: patient pid may be replaced with gPAS pseudonym, now.Jakub Lidke1-4/+4
2023-07-27fix: wait for kafka to accept message and return success thanJakub Lidke1-6/+15
2023-07-27fix: fix kafka key values + add missing component attributeJakub Lidke1-1/+3
2023-07-26fix: add message key value while producing messages to kafka topicJakub Lidke1-3/+4
2023-07-25Added Link to request reportPaul-Christian Volkmer1-3/+3
2023-07-25Add request and status loggingPaul-Christian Volkmer1-4/+3
2023-07-24Initial commitPaul-Christian Volkmer1-0/+46