Commit 92d1ccf6 authored by Chark's avatar Chark

stop kafka sender

parent 257e66d7
......@@ -21,7 +21,7 @@ public class KafkaUserEventListener implements ApplicationListener<StatisticsEve
@Override
public void onApplicationEvent(StatisticsEvent event) {
if (Objects.nonNull(event.getLogin())) {
userIngest.sendLoginInfo(event.getLogin());
// userIngest.sendLoginInfo(event.getLogin());
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment