add kafka and producer change style of packaging of class to cqrs styles in future

This commit is contained in:
esmailian
2025-04-28 08:48:48 +03:30
parent 97f1d67130
commit c530376068
3 changed files with 53 additions and 0 deletions

View File

@ -87,6 +87,15 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.4.0</version> <!-- Use the latest version -->
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
</dependency>
</dependencies>
<dependencyManagement>