Skip to content

Commit c9a2e3b

Browse files
committed
I'm using docker-compose locally, with an extra advertised.listeners
Something like Yolean/kubernetes-kafka#78
1 parent 362b6c5 commit c9a2e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/itest/java/se/yolean/kafka/topic/client/service/IntegrationTestConfigLocalhost.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class IntegrationTestConfigLocalhost extends AbstractModule {
99

1010
@Override
1111
protected void configure() {
12-
bind(String.class).annotatedWith(Names.named("config:bootstrap")).toInstance("localhost:9092");
12+
bind(String.class).annotatedWith(Names.named("config:bootstrap")).toInstance("localhost:9094");
1313

1414
bind(String.class).annotatedWith(Names.named("config:adminTopic")).toInstance("_topic_declarations");
1515

0 commit comments

Comments
 (0)