Created
September 3, 2018 13:32
-
-
Save ankitthakur/264636bbeea2deadb4e1cbbdd37d2dc6 to your computer and use it in GitHub Desktop.
Kafka Stream class, which will be used to configure Kafka Streams and bind it to the topic
This file contains hidden or 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
package com.thakur.kafkaserver.config | |
import org.springframework.cloud.stream.annotation.EnableBinding | |
@EnableBinding(KafkaServerStreams::class) | |
class StreamsConfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment