https://github.com/abrams27/kafkamail
Simple kafka and email integration using camel.
https://github.com/abrams27/kafkamail
camel email integration kafka
Last synced: over 1 year ago
JSON representation
Simple kafka and email integration using camel.
- Host: GitHub
- URL: https://github.com/abrams27/kafkamail
- Owner: abrams27
- Created: 2020-05-05T21:22:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T18:50:55.000Z (over 4 years ago)
- Last Synced: 2025-01-07T23:25:22.448Z (over 1 year ago)
- Topics: camel, email, integration, kafka
- Language: Java
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kafkamail
Simple kafka and email integration using camel:
- [email](https://camel.apache.org/components/latest/mail-component.html)
- [kafka](https://camel.apache.org/components/latest/kafka-component.html)
---
# building
```
mvn clean install
```
# running
```
export MAILROUTE_HOST="incomming mail server address (imap)" # e.g. imap.wp.pl
export MAILROUTE_PASSWORD="user password"
export MAILROUTE_USERNAME="username" # e.g. user@wp.pl
mvn spring-boot:run
```