Hello,
I am very new to authoring in CCL. I am trying to figure out is it possible for a project to get data from another project's input stream.
For example:
proj1.ccl -> compile and deploy as project1 in ESP server, within this project, there is a input stream definition Stream1
proj2.ccl -> compile and deploy as project2 in ESP server
** in project2, how can I access data from Stream1 of project1?
The motivation is I would like (if possible) to use project1 as conectivity to RMDS via Reuters Marketfeed adapter that is able to inject streaming feed into Stream1 of project1
I would like that project to stay as if you will connection to "the outside world".
Then, other projects, e.g. project2, can subscribe to Stream1 of project1 and do development / subsequent processing as see fit.
Please provide example if possible.
Thank you,
Chin