@@ -12,7 +12,8 @@ The service extracts and maps certain values in the original metadata (which is
In order to work correctly, some environment variables have to be set:
*`KAFKA_BOOTSTRAP_SERVERS`: Comma-separated list of Kafka bootstrap server addresses
*`APPLICATION_ID`: Id used by Kafka Streams application (see [Kafka documentation](https://kafka.apache.org/documentation/#streamsconfigs_application.id) for details)
`TOPIC_IN`: Name of Kafka topic where messages are read from
`TOPIC_OUT`: Name of Kafka topic where messages are written to (without environment postfix)
`TOPIC_PROCESS`: Name of Kafka topic where status reports are written to
*`TOPIC_IN`: Name of Kafka topic where messages are read from
*`TOPIC_OUT`: Name of Kafka topic where messages are written to (without environment postfix)
*`TOPIC_PROCESS`: Name of Kafka topic where status reports are written to