Hi all, Probably a common scenario:
Kafka storage growing Added more disk space Calculation shows disk space growing fast Would like to compress topics Compression simple enough to implement Question: Would like to compress the current data, is there any sage advice ? It does not look simple, as turning on compress will only start compressing any new stuff coming in and the older data will stay uncompressed. Thought about doing a rolling upgrade, thought about reading topics, batching them to another topic, deleting the original, reading the new topic, writing to a topic with the original name, sounds painful. Thoughts, suggestions, Thanks, Jim