Avro schema : is adding an enum value to existing schema backward compatible?

后端 未结 2 837
盖世英雄少女心
盖世英雄少女心 2021-01-27 03:18

I have an enum field for status in my Avro schema in which the possible statuses currently are

PENDING
APPROVED
REJECTED

I want to add one mor

2条回答
  •  梦毁少年i
    2021-01-27 03:55

    I don't think it is, but you are welcome to use the Schema Registry API to verify compatbility

    https://docs.confluent.io/current/schema-registry/develop/api.html#id1

提交回复
热议问题