Interface KafkaStreamsFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.kafka.streams.KafkaStreams make​(org.apache.kafka.streams.Topology topology, Conf streamsConfig)
      Creates a new KafkaStreams instance for the given topology and config.
    • Method Detail

      • make

        org.apache.kafka.streams.KafkaStreams make​(org.apache.kafka.streams.Topology topology,
                                                   Conf streamsConfig)
        Creates a new KafkaStreams instance for the given topology and config.
        Parameters:
        topology - the Topology instance.
        streamsConfig - the streams configuration.
        Returns:
        the KafkaStreams instance.