weburnit opened a new pull request #156:
URL: https://github.com/apache/unomi/pull/156
We can buffer event to kafka for another Data processing
```json
{
"metadata": {
"id": "global-buffer-event-kafka",
"name": "Send event to kafka",
"description": "Send event to kafka for later processing",
"readOnly":false
},
"condition":
{
"type": "sourceEventPropertyCondition",
"parameterValues": {
"type": "event"
}
},
"actions": [
{
"type": "bufferEventProcessing"
}
]
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]