Fix binder configuration for multibinder-differentsystems test

This commit is contained in:
Ilayaperumal Gopinathan
2016-03-24 13:30:53 +05:30
parent 30a352e411
commit a0a7629327

View File

@@ -17,8 +17,8 @@ spring:
spring:
cloud:
stream:
binder:
kafka:
kafka:
binder:
brokers: ${kafkaBroker1}
zkNodes: ${zk1}
kafka2:
@@ -27,7 +27,7 @@ spring:
spring:
cloud:
stream:
binder:
kafka:
kafka:
binder:
brokers: ${kafkaBroker2}
zkNodes: ${zk2}