How to send event in Orion (version 2) with CEP
Hi all, do you have an example to send an event from CEP to Orion (version 1.3.0). I used this configuration (verson 1) and it worked, but now with Orion 1.3.0 didn't work:
"properties":[
{
"name":"URL",
"value":"http://XXX.XXX.XXX.XXX:1026/v1/updateContext"
},
{
"name":"contentType",
"value":"application/xml"
},
{
"name":"formatter",
"value":"tag"
},
{
"name":"delimiter",
"value":";"
},
{
"name":"tagDataSeparator",
"value":"="
},
{
"name":"dateFormat",
"value":"yyyy-MM-dd'T'HH:mm:ss.S'000'z"
}
]
Could you help me? Regards,
Pasquale
ORION does not support XML format anymore, use JSON only. CEP Proton latest release supports both protocols though.