THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Code Block | ||||
---|---|---|---|---|
| ||||
/**
* Accepts user defined configs for a Kafka Streams app that maybe used
* to turn on optimization.
*
* @param props {@link java.util.Properties} representing user configs
* @return @return the {@link Topology} that represents the specified processing logic
*/
public synchronized Topology build(Properties props) |
...