https://github.com/l3r8yj/eo-kafka-starter
EO Kafka in the fashion of Spring Framework
https://github.com/l3r8yj/eo-kafka-starter
Last synced: about 12 hours ago
JSON representation
EO Kafka in the fashion of Spring Framework
- Host: GitHub
- URL: https://github.com/l3r8yj/eo-kafka-starter
- Owner: l3r8yJ
- License: mit
- Created: 2023-07-26T11:10:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-18T19:36:18.000Z (26 days ago)
- Last Synced: 2025-09-18T22:05:05.181Z (26 days ago)
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![]()
[](https://self-xdsd.com/p/eo-cqrs/spring-eo-kafka?provider=github)
[](https://www.elegantobjects.org)
[](https://www.rultor.com/p/eo-cqrs/eo-kafka)
[](https://www.jetbrains.com/idea/)[](https://github.com/eo-cqrs/spring-eo-kafka/actions/workflows/mvn.yaml)
[](https://github.com/eo-cqrs/spring-eo-kafka/actions/workflows/xcop.yaml)
[](https://codecov.io/gh/eo-cqrs/spring-eo-kafka)[](https://hitsofcode.com/view/github/eo-cqrs/spring-eo-kafka)
[](https://github.com/eo-cqrs/spring-eo-kafka)
[](http://www.0pdd.com/p?name=eo-cqrs/spring-eo-kafka)
[](https://github.com/eo-cqrs/spring-eo-kafka/blob/master/LICENSE.txt)Project architect: [@h1alexbel](https://github.com/h1alexbel)
[EO Kafka](https://github.com/eo-cqrs/eo-kafka) in the fashion of Spring Framework.
**How to use**. All you need is this (get the latest version [here](https://search.maven.org/artifact/io.github.eo-cqrs/spring-eo-kafka)):
Maven:
```xmlio.github.eo-cqrs
spring-eo-kafka```
Gradle:
```groovy
dependencies {
compile 'io.github.eo-cqrs:spring-eo-kafka:'
}
```## API
TBD## How to Contribute
Fork repository, make changes, send us a [pull request](https://www.yegor256.com/2014/04/15/github-guidelines.html).
We will review your changes and apply them to the `master` branch shortly,
provided they don't violate our quality standards. To avoid frustration,
before sending us your pull request please run full Maven build:```bash
$ mvn clean install
```You will need Maven 3.8.7+ and Java 17+.
Our [rultor image](https://github.com/eo-cqrs/eo-kafka-rultor-image) for CI/CD.