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

Add native support for CronJobs #1197

Merged
merged 6 commits into from
Jan 22, 2020
Merged

Conversation

nicolaferraro
Copy link
Member

Fix #1182

This add support for cron jobs in the following components: quartz, timer, cron.

The cron component can already be used, even if not present in Camel 3.0.x, as long as it is materialized into a CronJob. When cron is used and the cron expression is not compatible with Kubernetes CronJobs, it will fallback to using quartz automatically (but this requires Camel 3.1.x to work).

Timer and Quartz work oob. When a route is using e.g. timer:tick?period=1m it's translated into a cron expression.

Release Note

Periodic integrations are automatically translated into Kubernetes CronJobs

@nicolaferraro nicolaferraro added the kind/feature New feature or request label Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add native support for CronJobs
2 participants