mirror of
https://github.com/wahyd4/spring-cloud-stream-samples.git
synced 2026-08-09 05:16:18 +10:00
Kafka Transactional Sample
- Added transactional and some more required properties - Setting read_commited in consumer - Added license and author tag - Added more fleshed out readme - Added alternate failure and removed unique index - Update spring boot starter parent to 2.1.0.BUILD-SNAPSHOT
This commit is contained in:
committed by
Soby Chacko
parent
e927b01bec
commit
2460ff21f7
@@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.0.3.RELEASE</version>
|
||||
<version>2.1.0.BUILD-SNAPSHOT</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
<module>partitioning-samples</module>
|
||||
<module>samples-acceptance-tests</module>
|
||||
<module>cf-acceptance-tests</module>
|
||||
<module>transaction-kafka-samples</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user