mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:37:00 +00:00
Fixed typo
This commit is contained in:
parent
2096f78199
commit
402708809f
@ -48,7 +48,7 @@ class KafkaHelper extends MdcLoggable {
|
||||
implicit val formats = DefaultFormats
|
||||
|
||||
def getResponse(reqId: String): json.JValue = {
|
||||
println("RECEIVING...") val consumerProps = new Properties()
|
||||
println("RECEIVING...")
|
||||
val tempProps = producerProps
|
||||
tempProps.put("group.id", UUID.randomUUID.toString)
|
||||
var consumer = new KafkaConsumer[String, String](tempProps)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user