]
Ramesh Reddy updated TEIID-4155:
--------------------------------
Parent: TEIID-4249
Issue Type: Sub-task (was: Enhancement)
Explore the possibility to use JBeret as materialization schedular
------------------------------------------------------------------
Key: TEIID-4155
URL:
https://issues.jboss.org/browse/TEIID-4155
Project: Teiid
Issue Type: Sub-task
Components: Server
Reporter: Ramesh Reddy
Right now the managed external materialization uses the our own very basic job scheduler,
it would be nice if we can use JBeret batch processing system to automatically create jobs
based on the materialization extension properties.
JBeret is JSR-352, looks simple enough to integrate. The advantages for us would be
- a standard scheduler, which will also work in "embedded" as this supposed to
work in Java SE
- Gives CLI based management
- may be better metrics on time taken and error management