Sorry.. properties like *topic="org.wso2.kafka/1.0.0".. *(since it is an input event adaptor) * * * *
On Thu, Oct 31, 2013 at 9:52 PM, Mohanadarshan Vivekanandalingam < [email protected]> wrote: > Hi Andres, > > Based on the implementation that you have done with CEP 2.1.0. *Topic (* > topic="[email protected]/ > <http://[email protected]/WSO2>WSO2<http://[email protected]/WSO2>") > should be come under the InputMessageProperties. Inside the below method > of the adaptorType class. (same as you defined the adaptor properties) > > protected List<Property> getInputMessageProperties() { > return null; //To change body of implemented methods use File | > Settings | File Templates. > } > > That means properties which specific to single communication. For example > if you take the kafkha broker properties like Zookeeper ID ,Group ID and > etc considered as Adaptor properties but Topic is considered as message > property. If you don't have any message property to mention then just > return an empty list in the getInputMessageProperties > > Hope, now it is clear.. > > Regards, > Mohan > > > > On Thu, Oct 31, 2013 at 9:11 PM, andresgomez92 <[email protected]>wrote: > >> Hi Mohan, >> >> First, thank you, I think I understand how it works. :) >> >> I don't understand because if I try to create an event builder jumps >> exception. Although only happens when I have defined my input adapter >> (kafka). And I can't define event builder. :( >> >> The exception is on the last message! >> >> Is it necessary to use the method "getInputMessageProperties()"??? What is >> its use? >> >> I only use the method "getInputAdaptorProperties()" of all which are >> related >> to properties! >> >> Regards, >> >> Andrés Gómez >> >> >> >> -- >> View this message in context: >> http://wso2-oxygen-tank.10903.n7.nabble.com/Dev-wso2-cep-3-0-0-Event-Builder-Problem-tp87891p87921.html >> Sent from the WSO2 Development mailing list archive at Nabble.com. >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> > > > > -- > *V. Mohanadarshan* > *Software Engineer,* > *Data Technologies Team,* > *WSO2, Inc. http://wso2.com * > *lean.enterprise.middleware.* > * > * > email: [email protected] > phone:(+94) 771117673 > -- *V. Mohanadarshan* *Software Engineer,* *Data Technologies Team,* *WSO2, Inc. http://wso2.com * *lean.enterprise.middleware.* * * email: [email protected] phone:(+94) 771117673
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
