wso2 / streaming-integrator-tooling

Apache License 2.0
45 stars 33 forks source link

[siddhi-io-file] Some modes in file source does not support EOF #165

Closed dnwick closed 3 years ago

dnwick commented 3 years ago

Description: Removed the validation that restricts the usage of trp:eof in modes other than regex and text.full. As such, after this is merged, eof can be used in other modes: LINE, binary.chunked and binary.full. If the user has used trp:eof in a mode where it is not supported, null value will be set as the trp:eof property value.

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

dnwick commented 3 years ago

Fixed with siddhi-io/siddhi-io-file#134