Hello, If I understand tiered storage correctly, the RemoteStorageManager doesn't know to which topic the data it receives belongs. In some environments that offer access-pattern-based storage, this is disadvantageous. If the corresponding topics were part of the storage request, the RemoteStorageManager could use this to predict the access pattern. Which in turn enables the selection of the best matching storage. Let's say that there's a topic that gets rarely consumed. In this case, the RemoteStorageManager could use colder storage, which results in lower storage costs. So my question is, is this within the scope of tiered storage? If it is, what is needed to get it changed?
Regards, Philipp