Releases: pavankjadda/KafkaStream-CQRS-EventSourcing
Releases · pavankjadda/KafkaStream-CQRS-EventSourcing
1.7.0
1.6.0
Upgrade to Spring Boot 2.4.0
1.5.0
Update to Spring Boot 2.3.1.RELEASE
1.4
- Upgrade to Spring Boot 2.2.5.RELEASE
- Upgrade to confluent version 5.4.0
- Upgrade to Avro 1.9.2
- Upgrade to Kafka 2.1.0
- Remove vulnerable dependencies, refactor code and remove unused classes and methods
1.3
Upgrade to Spring Boot 2.2.x
1.2
Fixed Major bugs and Refactored code
When new order created, Kafka streams gets customer information from 'customer' State Store on the fly and joins order and customer information then stores joined information in customer-order
state store for future access
1.0.1
Minor UI changes and bug fixes
1.0
Major release with new UI additions
- Added HTML pages to create events (customers, orders, greetings)
- Added Bootstrap 4.x support for styling
- Data retrieved from Kafka State Stores now connected to HTML pages through RestTemplate
- RestTemplate gets data from Kafka State Stores and returns it to HTML views present in templates
- Thymeleaf library used to render server data to HTML pages
- Send all events and see data from Kafka State Stores with Single home page
0.3
0.3
0.2.2
Minor Updates