Synadia Connect
Lines
NAME | RUNTIME | TYPE | VERSION | STATUS |
---|---|---|---|---|
lines | wombat | scanner | latest | stable |
Split incoming data into messages based on a delimiter.
Configuration
name | type | optional | secret | description |
---|---|---|---|---|
delimiter | string | yes | no | The delimiter used to split incoming data into messages. The value defaults to \n . |
buffer_size | int | yes | no | The maximum size a single message can be before an error is thrown. The value defaults to 65536 . |
ignore_empty_lines | bool | yes | no | Ignore empty lines when splitting messages. The value defaults to true . |