Interface SourceConfig


public interface SourceConfig
Configuration related to one source.

To be used to have a multi input

  • Method Summary

    Modifier and Type
    Method
    Description
    To which topics will KafkaStreams connect to for this source.
  • Method Details

    • topics

      List<String> topics()
      To which topics will KafkaStreams connect to for this source.