We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362b6c5 commit c9a2e3bCopy full SHA for c9a2e3b
src/itest/java/se/yolean/kafka/topic/client/service/IntegrationTestConfigLocalhost.java
@@ -9,7 +9,7 @@ public class IntegrationTestConfigLocalhost extends AbstractModule {
9
10
@Override
11
protected void configure() {
12
- bind(String.class).annotatedWith(Names.named("config:bootstrap")).toInstance("localhost:9092");
+ bind(String.class).annotatedWith(Names.named("config:bootstrap")).toInstance("localhost:9094");
13
14
bind(String.class).annotatedWith(Names.named("config:adminTopic")).toInstance("_topic_declarations");
15
0 commit comments