Can I compress intermediate topic (state store) used by KafkaStream in Kafka

Viewed 623

When using stateful processor, the states can also be stored in kafka.

For example, those topics with the names as the following: -repartition-x and -changelog-x

Can I compress these topics, for example, with gzip, and KafkaStream will still be able to use them?

1 Answers
Related