Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register a callback object to report when an email or a scheduled task was completed #22

Open
robertotru opened this issue Feb 5, 2017 · 3 comments

Comments

@robertotru
Copy link
Member

This is a feature that should allow to register a listener that can report information related to when an email was sent, if a scheduled task was completed, etc.

Ideally, it should be involve both the scheduler and the email service: to be decided!

@msauza
Copy link

msauza commented Feb 7, 2017

Kafka, RabbitMQ, Redis support?
Spring Cloud Task version?

@robertotru
Copy link
Member Author

Yeah, something like that. I actually have an open pull request where REDIS is used to ensure persistence. It is taking a way too long for testing, but it introduces a certain level of complexity and I would like to be sure that it works reasonably well.

I think that this will be the next task. I was thinking about something easier, like a service EmailListener that, when registered, is called to notify the listener service that an email or a group of email has been sent.

One may need this to react, for instance, to an AJAX call that has to notify the client that a recover email has been sent.

@robertotru
Copy link
Member Author

@miguelsauza Aaaaah! I see that Spring Boot 1.5.x added support for Apache Kafka! That one would be nice to be supported for this feature :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants