Is there a way thru CloverETL can be integrated with JBOSS DataGrid In-memory DB ? Can we invoke JBOSS API thru CloverETL to
perform basic data load and unload operations.
Any clue …please help
Hi,
It seems that JBOSS DataGrid supports REST API - see https://access.redhat.com/documentation … rface.html
For calling REST API method may be used HTTPConnector.
Or do you mean another API?
I hope this helps.
Yes, they have hot rod api.
I am looking for this api and how it can be invoked from CloverETL.
Hm, we do not have specialized connector for Hot Rod. What you can do is to create custom Java code in CustomJavaComponent utilizing Java Hot Rod client.