keedio / flume-ng-sql-source

Flume Source to import data from SQL Databases
Apache License 2.0
264 stars 164 forks source link

the source can output json format ? #55

Closed yxydde closed 6 years ago

lazaromedina commented 6 years ago

Hi yxydde, not actually, may be you can try out an interceptor to intercept message(one record with columns values) before arriving to channel and build a json with some external library.

best

yxydde commented 6 years ago

thanks , I have done !

lazaromedina commented 6 years ago

thank you yxydde, i'm closing issue, please reopen or open a new one if we can help you. best