update(doc): update the readme doc #12
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Java Kafka Publisher (JaKaPu)
JaKaPu is a config-driven SDK to publish events to Kafka topics without writing any boilerplate code.
✨ Features
/jakapu/publishfor publishing messages📖 Prerequisites
🚀 Getting Started
Add Maven Dependency
Add @EnableJakapu as a dependency annotation on Spring Boot Main Application class.
Configure :
To publish a message, autowire Publisher interface and then use the API call - publisher.publish()
Example Publish Message using Curl to the inbuilt REST endpoint:
🏆 Contributing
We welcome Your interest in the American Express Open Source Community on Github. Any Contributor to
any Open Source Project managed by the American Express Open Source Community must accept and sign
an Agreement indicating agreement to the terms below. Except for the rights granted in this
Agreement to American Express and to recipients of software distributed by American Express, You
reserve all right, title, and interest, if any, in and to Your Contributions. Please
fill out the Agreement.
🗝️ License
Any contributions made under this project will be governed by the
Apache License 2.0.
🗣️ Code of Conduct
This project adheres to the American Express Community Guidelines.
By participating, you are expected to honor these guidelines.