mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:56:57 +00:00
Enabled kafkaLib connector - doesn't compile at the moment
This commit is contained in:
parent
8d563095a4
commit
1e54dc8442
@ -44,17 +44,8 @@ object Connector extends SimpleInjector {
|
||||
case "mapped" => LocalMappedConnector
|
||||
case "mongodb" => LocalConnector
|
||||
case "kafka" => KafkaMappedConnector
|
||||
case "kafka_lib" => KafkaLibMappedConnector
|
||||
}
|
||||
//
|
||||
// if (connectorProps.startsWith("kafka_lib")) {
|
||||
// KafkaLibMappedConnector
|
||||
// } else {
|
||||
// connectorProps match {
|
||||
// case "mapped" => LocalMappedConnector
|
||||
// case "mongodb" => LocalConnector
|
||||
// case "kafka" => KafkaMappedConnector
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
@ -590,4 +581,4 @@ trait Connector {
|
||||
|
||||
def updateAccountLabel(bankId: BankId, accountId: AccountId, label: String): Boolean
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user