Skip to content

Commit

Permalink
remove non-existing ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Lien committed Jan 25, 2022
1 parent baa4868 commit cebd89b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class KafkaFactory(private val db: DatabaseFactory) {

consumerClient = KafkaConsumerClientBuilder.builder()
.withProperties(consumerProperties)
.withTopicConfigs(topics + testTopic)
.withTopicConfigs(topics)
.build()

consumerClient.start()
Expand Down

0 comments on commit cebd89b

Please sign in to comment.