Sample kafka streams config cleanup

This commit is contained in:
Soby Chacko
2018-12-03 18:35:25 -05:00
parent 50b855243a
commit d73bddc095
10 changed files with 7 additions and 36 deletions

View File

@@ -10,12 +10,10 @@ spring.cloud.stream.kafka.streams:
spring.cloud.stream.bindings.output:
destination: product-counts
producer:
headerMode: raw
useNativeEncoding: true
spring.cloud.stream.bindings.input:
destination: products
consumer:
headerMode: raw
spring.cloud.stream.kafka.streams.binder:
brokers: localhost #192.168.99.100
zkNodes: localhost #192.168.99.100
spring.applicaiton.name: kafka-streams-iq-basic-sample