From 635da7176b0c9f87e05bbdc433764e8b8ee6c8d3 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 25 Jun 2022 15:08:12 +0200 Subject: [PATCH] WIP --- pom.xml | 8 ++++++-- src/main/resources/integration.xml | 12 ++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/integration.xml diff --git a/pom.xml b/pom.xml index ba3b836..0d0ad53 100644 --- a/pom.xml +++ b/pom.xml @@ -36,8 +36,12 @@ spring-boot-starter-integration - org.springframework.kafka - spring-kafka + org.springframework.integration + spring-integration-stream + + + org.springframework.integration + spring-integration-kafka org.projectlombok diff --git a/src/main/resources/integration.xml b/src/main/resources/integration.xml new file mode 100644 index 0000000..2b22bcd --- /dev/null +++ b/src/main/resources/integration.xml @@ -0,0 +1,12 @@ + + + + + + -- 2.20.1