Hi Nicolas, Yes, you can set it by setting the producer property on the StreamsConfig.
Thanks, Damian On Sun, 15 Jan 2017 at 21:25 Nicolas Fouché <nfou...@onfocus.io> wrote: > Hi, > > how would I enable compression for records produced by Kafka Streams. By > adding the producer property "compression.type" to the props sent to the > `KafkaStreams` constructor ? > Or it would reuse the compression codec used in input topics ? > > Thanks. > Nicolas >