Kafka2DbLoader insteadpublic class Kafka2MongoLoader extends Object implements ELTProcess
Kafka2DbLoader| Constructor and Description |
|---|
Kafka2MongoLoader(net.kut3.messaging.Consumer consumer,
net.kut3.data.DbClient mongoClient,
String targetDb,
String targetCollection)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Deprecated.
|
void |
process()
Deprecated.
|
String |
toString()
Deprecated.
|
public Kafka2MongoLoader(net.kut3.messaging.Consumer consumer,
net.kut3.data.DbClient mongoClient,
String targetDb,
String targetCollection)
consumer - A Kafka consumermongoClient - A Mongo clienttargetDb - Name of the Mongo database to inserttargetCollection - Name of the Mongo collection to insertpublic void process()
process in interface ELTProcesspublic void cancel()
cancel in interface ELTProcessCopyright © 2019. All rights reserved.