Skip to content

Commit

Permalink
#586 add dedicated kafka dispatcher also for unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch.io>
  • Loading branch information
dguggemos committed Jun 15, 2021
1 parent dab3c0b commit 84d1557
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions connectivity/service/src/test/resources/test.conf
Expand Up @@ -490,3 +490,8 @@ http-push-connection-dispatcher {
type = PinnedDispatcher
executor = "thread-pool-executor"
}

kafka-connection-dispatcher {
type = PinnedDispatcher
executor = "thread-pool-executor"
}

0 comments on commit 84d1557

Please sign in to comment.