Als Ausgangspunkt für den Umbau: Web-Bestandteile vollständig entfernt producer/spring-producer--BRANCH-ENDE
authorKai Moritz <kai@juplo.de>
Thu, 26 Sep 2024 12:25:15 +0000 (14:25 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 28 Sep 2024 08:10:23 +0000 (10:10 +0200)
pom.xml
src/main/resources/application.yml

diff --git a/pom.xml b/pom.xml
index 841299b..02707b9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   </properties>
 
   <dependencies>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-web</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-actuator</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-configuration-processor</artifactId>
index 0d5752c..d102dd0 100644 (file)
@@ -6,31 +6,7 @@ producer:
   batch-size: 16384
   linger-ms: 0
   compression-type: gzip
-management:
-  endpoint:
-    shutdown:
-      enabled: true
-  endpoints:
-    web:
-      exposure:
-        include: "*"
-  info:
-    env:
-      enabled: true
-    java:
-      enabled: true
-info:
-  kafka:
-    bootstrap-server: ${producer.bootstrap-server}
-    client-id: ${producer.client-id}
-    topic: ${producer.topic}
-    acks: ${producer.acks}
-    batch-size: ${producer.batch-size}
-    linger-ms: ${producer.linger-ms}
-    compression-type: ${producer.compression-type}
 logging:
   level:
     root: INFO
     de.juplo: TRACE
-server:
-  port: 8880