Sounds good to me. I'm just curious, what would happen if a cache is configured to store Strings and I will POST binary content? Will I get HTTP 4XX?


The post will succeed. But if the user asks for a different content type, Infinispan will assume the content is text/plain and will use it to convert to the required format.
 
 
- Migrating from 9.1 to 9.2 may require re-populating the cache if multiple formats are being used;

I think this should be a part of a Remote Cache Store. This way we will support it from Rolling Upgrade perspective.

+1
 

Gustavo