Created
September 6, 2018 05:42
-
-
Save ankitthakur/d9b30b382ff8274b57f9f547a4beddf1 to your computer and use it in GitHub Desktop.
kafka consumer yml file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring: | |
cloud: | |
stream: | |
kafka: | |
binder: | |
brokers: localhost:9092 | |
spring.kafka.topic: test | |
spring.kafka.topic.groupId: testgroup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment