Skip to content

Instantly share code, notes, and snippets.

@ankitthakur
Created September 3, 2018 13:32
Show Gist options
  • Save ankitthakur/264636bbeea2deadb4e1cbbdd37d2dc6 to your computer and use it in GitHub Desktop.
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
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