Skip to content

Commit

Permalink
addressed Issue #39
Browse files Browse the repository at this point in the history
  • Loading branch information
benni committed Nov 19, 2019
1 parent cb999c2 commit bce9be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AllInOneRunner/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ append:
atcontext:
url: http://localhost:9090/ngsi-ld/contextes/
bootstrap:
servers: localhost:9092
servers: kafka:9092
broker:
id: FedBroker1
parent:
Expand Down Expand Up @@ -97,7 +97,7 @@ spring:
stream:
kafka:
binder:
brokers: localhost:9092
brokers: kafka:9092
bindings:
ENTITY_WRITE_CHANNEL:
destination: ENTITY
Expand Down

0 comments on commit bce9be0

Please sign in to comment.