Skip to content

Commit

Permalink
Testing map
Browse files Browse the repository at this point in the history
  • Loading branch information
thburnett committed Dec 20, 2024
1 parent 692e5ed commit c02bf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebms-provider/src/main/kotlin/no/nav/emottak/ebms/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ suspend fun startSignalReceiver(kafka: Kafka) {
signalProcessor.processSignal(record.key(), record.value())
record
}
//.flowOn(Dispatchers.IO)
// .flowOn(Dispatchers.IO)
.collect {
it.offset.acknowledge()
}
Expand Down

0 comments on commit c02bf4f

Please sign in to comment.