Skip to content

Instantly share code, notes, and snippets.

@confluentgist
Forked from kaiwaehner/import.java
Created October 29, 2019 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save confluentgist/6589dd8ff5e93d632f7ccc2f43ec64da to your computer and use it in GitHub Desktop.
Save confluentgist/6589dd8ff5e93d632f7ccc2f43ec64da 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