feat: add fact payloads to kafka envelope

This commit is contained in:
lingniu
2026-06-29 12:58:27 +08:00
parent 0ec29a732c
commit 9c2779f82b
3 changed files with 108 additions and 0 deletions

View File

@@ -16,6 +16,10 @@
<groupId>com.lingniu.ingest</groupId>
<artifactId>ingest-api</artifactId>
</dependency>
<dependency>
<groupId>com.lingniu.ingest</groupId>
<artifactId>ingest-facts</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>