[Dev] [DEV][CEP] The role of StreamId when publishing to BAM and CEP

2014-10-16 Thread Chamila De Alwis
Hi, AFAIU the streamID and the timestamp is added as String and Long attributes to the data stream when publishing to CEP and BAM through Thrift. From the receiver's side how are these fields used? Is the streamID generated from the stream name and the version at the receiver's end, and then

Re: [Dev] [DEV][CEP] The role of StreamId when publishing to BAM and CEP

2014-10-16 Thread Tishan Dahanayakage
Hi Chamila, Yes you are correct Chamila. In Thrift data publishing receiver's side use stream name + version as stream ID. Once you define a stream receiver will store your stream definition with Stream ID as unique identifier so that it can be used to find the matching stream definition for a

Re: [Dev] [DEV][CEP] The role of StreamId when publishing to BAM and CEP

2014-10-16 Thread Chamila De Alwis
Thanks Tishan for clearing things up! Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Thu, Oct 16, 2014 at 12:54 PM, Tishan Dahanayakage tis...@wso2.com wrote: Hi Chamila, Yes you are correct Chamila. In Thrift data publishing receiver's