Should customized Complex Events be Serializable?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Should customized Complex Events be Serializable?

Sridhar Chellappa
Folks,

I am using the CEP library to create ComplexEvents. My question is, should the ComplexEvents be serializable?
Reply | Threaded
Open this post in threaded view
|

Re: Should customized Complex Events be Serializable?

Dawid Wysakowicz
What do you mean by ComplexEvents? Do you mean that the output of CEP library is DataStream<ComplexEvent>? If so, then yes, they should be either Serializable or you should provide custom TypeSerializer<ComplexEvent>.
> On 12 Jul 2017, at 06:58, Sridhar Chellappa <[hidden email]> wrote:
>
> Folks,
>
> I am using the CEP library to create ComplexEvents. My question is, should the ComplexEvents be serializable?


signature.asc (817 bytes) Download Attachment