Skip to content

Instantly share code, notes, and snippets.

@kaiwaehner
Created October 29, 2019 11:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save kaiwaehner/f56d2a18394fbcf768e32a561e11527c to your computer and use it in GitHub Desktop.
import org.apache.kafka.common.serialization.Serdes;
import org.apache.kafka.streams.KafkaStreams;
import org.apache.kafka.streams.StreamsBuilder;
import org.apache.kafka.streams.StreamsConfig;
import org.apache.kafka.streams.kstream.KStream;
import com.github.megachucky.kafka.streams.machinelearning.TensorflowObjectRecogniser;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment