{
  "ksql.extension.dir" : "ext",
  "ksql.streams.bootstrap.servers" : "localhost:3899",
  "ksql.streams.cache.max.bytes.buffering" : "0",
  "ksql.streams.commit.interval.ms" : "2000",
  "ksql.transient.prefix" : "transient_",
  "ksql.streams.auto.commit.interval.ms" : "0",
  "ksql.sink.replicas" : "1",
  "ksql.streams.num.stream.threads" : "4",
  "ksql.schema.registry.url" : "http://localhost:8081",
  "ksql.streams.default.deserialization.exception.handler" : "io.confluent.ksql.errors.LogMetricAndContinueExceptionHandler",
  "ksql.output.topic.name.prefix" : "",
  "ksql.streams.auto.offset.reset" : "earliest",
  "ksql.sink.partitions" : "4",
  "ksql.udfs.enabled" : "true",
  "ksql.udf.enable.security.manager" : "true",
  "ksql.statestore.suffix" : "_ksql_statestore",
  "ksql.functions.substring.legacy.args" : "false",
  "ksql.service.id" : "some.ksql.service.id",
  "ksql.streams.application.id" : "some.ksql.service.id",
  "ksql.streams.state.dir" : "/var/folders/y4/v3q4tgb559sb0x6kwpll19bm0000gn/T/kafka-3863460383167805050",
  "ksql.sink.window.change.log.additional.retention" : "1000000",
  "ksql.udf.collect.metrics" : "false",
  "ksql.persistent.prefix" : "query_"
}
CONFIGS_END
Topologies:
   Sub-topology: 0
    Source: KSTREAM-SOURCE-0000000000 (topics: [test_topic])
      --> KSTREAM-MAPVALUES-0000000001
    Processor: KSTREAM-MAPVALUES-0000000001 (stores: [])
      --> KSTREAM-TRANSFORMVALUES-0000000002
      <-- KSTREAM-SOURCE-0000000000
    Processor: KSTREAM-TRANSFORMVALUES-0000000002 (stores: [])
      --> KSTREAM-MAPVALUES-0000000003
      <-- KSTREAM-MAPVALUES-0000000001
    Processor: KSTREAM-MAPVALUES-0000000003 (stores: [])
      --> KSTREAM-AGGREGATE-0000000005
      <-- KSTREAM-TRANSFORMVALUES-0000000002
    Processor: KSTREAM-AGGREGATE-0000000005 (stores: [KSTREAM-AGGREGATE-STATE-STORE-0000000004])
      --> KTABLE-MAPVALUES-0000000006
      <-- KSTREAM-MAPVALUES-0000000003
    Processor: KTABLE-MAPVALUES-0000000006 (stores: [])
      --> KTABLE-MAPVALUES-0000000007
      <-- KSTREAM-AGGREGATE-0000000005
    Processor: KTABLE-MAPVALUES-0000000007 (stores: [])
      --> KTABLE-TOSTREAM-0000000008
      <-- KTABLE-MAPVALUES-0000000006
    Processor: KTABLE-TOSTREAM-0000000008 (stores: [])
      --> KSTREAM-MAPVALUES-0000000009
      <-- KTABLE-MAPVALUES-0000000007
    Processor: KSTREAM-MAPVALUES-0000000009 (stores: [])
      --> KSTREAM-SINK-0000000010
      <-- KTABLE-TOSTREAM-0000000008
    Sink: KSTREAM-SINK-0000000010 (topic: S2)
      <-- KSTREAM-MAPVALUES-0000000009

