You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
When using this plugin to collect oracle data, it just started to collect normally. After a while, the program stops collecting, and no error is reported, but the process is still there; I changed some of the code to use json string when pushing to kafka.
Hi summyer,
try setting debug or trace mode when launching flume agent. Try dumping data to file_roll, for discarding flume-sink.
As you say there is no error reported, so it is hard to help. Also keep in mind that you changed code base, so anything can happen.
best
luw2007
pushed a commit
to luw2007/flume-ng-sql-source
that referenced
this issue
Oct 11, 2018
改了部分代码,使其通过json字符串发送到kafka中
for(Map row:result){
String body=new Gson().toJson(row);
pw.write(body+"\n");
}
The text was updated successfully, but these errors were encountered: