mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:37:00 +00:00
Trying something else for concurrency
This commit is contained in:
parent
be4ffc5624
commit
f155e251a3
@ -13,7 +13,12 @@ import org.apache.kafka.connect.json.JsonConverter
|
||||
|
||||
import scala.concurrent.ExecutionException
|
||||
|
||||
object KafkaHelper extends MdcLoggable {
|
||||
object KafkaHelper extends KafkaHelper {
|
||||
|
||||
|
||||
}
|
||||
|
||||
class KafkaHelper extends MdcLoggable {
|
||||
|
||||
val requestTopic = Props.get("kafka.request_topic").openOrThrowException("no kafka.request_topic set")
|
||||
val responseTopic = Props.get("kafka.response_topic").openOrThrowException("no kafka.response_topic set")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user