summaryrefslogtreecommitdiff
path: root/src/main/kotlin/dev/dnpm/etl/processor/config/AppKafkaConfiguration.kt
AgeCommit message (Expand)AuthorFilesLines
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer1-8/+9
2026-03-05deps!: migrate to Spring Boot 4 (#250)Paul-Christian Volkmer1-2/+5
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer1-20/+14
2025-08-15feat: check consent for DNPM 2.1 requests (#126)Paul-Christian Volkmer1-3/+5
2025-04-04feat: remove obsolete config params (#101)Paul-Christian Volkmer1-2/+2
2024-03-06feat: initial implementation of gPAS connection checkPaul-Christian Volkmer1-2/+6
2024-02-29test: add test for incoming kafka message processingPaul-Christian Volkmer1-2/+3
2024-02-29feat: implement KafkaInputListenerPaul-Christian Volkmer1-2/+3
2024-02-19feat: new kafka config due to kafka inputPaul-Christian Volkmer1-7/+28
2024-01-17feat: push connection available state to clientPaul-Christian Volkmer1-2/+3
2024-01-04feat #17: initial support for request retryPaul-Christian Volkmer1-1/+3
2024-01-02feat #15: add connection checks to bwHC backendPaul-Christian Volkmer1-1/+8
2023-08-09Decouple request and response processingPaul-Christian Volkmer1-3/+3
2023-08-09Change endpoint configuration to select single endpointPaul-Christian Volkmer1-0/+8
2023-08-03Explicit producer topic configurationPaul-Christian Volkmer1-2/+3
2023-08-02Add processor to handle responses from Kafka topicPaul-Christian Volkmer1-0/+70