Hi all, Is there a way to make a topic to be stored in memory only and not writing to disk? If not, what's the best way to minimize writing to disk? For this application we only need the notion of partitions and a short retention time (1hr or so) from Kafka. We want to use Kafka because we want to keep the flexibility to add persistence back if we need to.
Thanks, Jack