confluentinc / kafka-rest

Confluent REST Proxy for Kafka
https://docs.confluent.io/current/kafka-rest/docs/index.html
Other
47 stars 647 forks source link

Allow sending key/value schemas per record #402

Open tPl0ch opened 6 years ago

tPl0ch commented 6 years ago

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.

gauravnanda79 commented 6 years ago

+1

golfpreben commented 6 years ago

+1