bad java doing bad things

This commit is contained in:
2025-05-05 12:27:20 +00:00
commit 88aee3ff5c
31 changed files with 1032 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
spring:
kafka:
bootstrap-servers: localhost:9093
consumer:
group-id: kafka-spring-app-group
security:
protocol: SSL
ssl:
trust-store-location: file:/workspaces/java-2/kafka.pfx
trust-store-password:
trust-store-type: pkcs12
key-store-location: file:/workspaces/java-2/kafka.pfx
key-store-password:
key-store-type: pkcs12
key-password:
properties:
"ssl-endpoint-identification-algorithm": ""
producer:
key-serializer: org.apache.kafka.common.serialization.StringSerializer
value-serializer: org.apache.kafka.common.serialization.StringSerializer