When I cache values with
syntax = "proto3";package io.quarkus.cache.infinispan.internal;import "org/infinispan/protostream/message-wrapping.proto";message CompositeCacheKey { {{ repeated org.infinispan.protostream.WrappedMessage keys = 1;}} }
The REST API is unable to find the KEY when I send a composite cache key like
{{ { "_type": "io.quarkus.cache.infinispan.internal.CompositeCacheKey", "keys": [ { "_value": 19916 } , { "_value": "Rome" } ] }}}
Error: The field '_value' was not found in the Protobuf schema