https://github.com/rasheedamir/spring-kafka-mongodb
spring kafka mongodb jackson lombok builder pattern
https://github.com/rasheedamir/spring-kafka-mongodb
jackson kafka lombok mongodb spring validation
Last synced: 3 months ago
JSON representation
spring kafka mongodb jackson lombok builder pattern
- Host: GitHub
- URL: https://github.com/rasheedamir/spring-kafka-mongodb
- Owner: rasheedamir
- Created: 2017-04-13T05:17:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T19:18:46.000Z (about 9 years ago)
- Last Synced: 2025-01-11T05:34:39.429Z (over 1 year ago)
- Topics: jackson, kafka, lombok, mongodb, spring, validation
- Language: Java
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring Kafka MongoDB Jackson Lombok Validation
==============================================
## ToDos
### Version 1
- [x] Support for a multi-project build
- [x] Usage of the Gradle Wrapper.
- [ ] Jackson
- [ ] lombok
- [ ] Kafka
- [ ] Builder Pattern
- [ ] Validation
- [ ] MongoDB
### Version 1.5
- [ ] Use spring data rest and on save event post to Kafka
- [ ] CheckStyle
### Version 2
- [ ] Lombok Builder for Generic class
- [ ] Search (elasticsearch)
- [ ] Count (cassandra)
- [ ] Implements various testing strategies:
```
1. Unit testing with Unit.
2. Integration testing against an embedded H2 database.
3. Functional testing with Geb against local or remote web container in Firefox.
4. Smoke testing of a deployed application with HTTPBuilder.
define others ...
```
- [ ] Generates code coverage metrics with JaCoCo.
- [ ] Integrates with Sonar for performing code quality analysis.
- [ ] Publishing to a Maven repository using the Maven Publishing plugin.