Skip to content

Commit

Permalink
Adding Schemas to Classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed May 14, 2024
1 parent a1e77cf commit cacf7f8
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ spring.kafka.bootstrap-servers: localhost:9092
logging.level.org.apache.kafka: INFO
logging.level: INFO


schema.map: classpath:schemas/map.schema.json
schema.spat: classpath:schemas/spat.schema.json


kafka.topics:
autoCreateTopics: false
numPartitions: 1
Expand All @@ -27,4 +32,4 @@ kafka.topics:
retentionMs: 300000
- name: topic.ProcessedMap
cleanupPolicy: delete
retentionMs: 300000
retentionMs: 300000

0 comments on commit cacf7f8

Please sign in to comment.