Hello there,
I am having a data into one topic and I have Sink Connector through which all messages get streamed to an application in the ecosystem. I need to filter and send messages only when one field is greater than 50. Message is in JSON format. For eg.
{
"value": {
"value1": {
"name":"abcd",
"score": 133
}
}
}
if the score is greater than 50 then only I want to stream this message into sink connector.
@rmoff looking forward for your help.
Thanks in advance.