tagomoris / fluent-plugin-parser

Other
74 stars 23 forks source link

parse error ignore #10

Closed geosone closed 10 years ago

geosone commented 10 years ago

could a config paramter be added that a unparsebale message just gets ignored and just forwarded without parsing ?

tagomoris commented 10 years ago

Do you want to emit message with original message if parse error occurs? We can reserve original message by reserve_data yes. Under this configuration, messages with original message will be emitted even if parse error occurs.

geosone commented 10 years ago

ok so did i understand it right this feature is already implemtend: message is unparsable -> emmit unparsed message

tagomoris commented 10 years ago

Could you close this issue?