An open API service indexing awesome lists of open source software.

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.

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
```