Currently it is only possible to send single key/value schemas within a record batch through the proxy. Since the schema-registry will support strategies to allow multiple schemas per topic, as described in https://www.confluent.io/blog/put-several-event-types-kafka-topic/ the REST proxy should be able to expose this behaviour through its interface.
Currently it is only possible to send single key/value schemas within a record batch through the proxy. Since the schema-registry will support strategies to allow multiple schemas per topic, as described in https://www.confluent.io/blog/put-several-event-types-kafka-topic/ the REST proxy should be able to expose this behaviour through its interface.
See https://github.com/confluentinc/schema-registry/pull/680 for information about the implementation.