Interface OutputConfig
public interface OutputConfig
Configuration related to the messages produced by the Processor
-
Method Summary
-
Method Details
-
topic
The processor is mono-output, we designate one topic -
sinks
Map<String,SinkConfig> sinks()In case the application has to output to multiple topics, this entry should be used to associate sink names with topics.
-