karapace
karapace copied to clipboard
Karapace - Your Apache Kafka® essentials in one tool
Bump requirements, including kafka-python after sync of fork.
``` #21 11.16 DEPRECATION: roundrobin is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1...
validate_version now check if version_number is equal to -1 and in case forward "latest" # About this change - What it does `validate_version` check now if version is equals to...
# About this change - What it does When _schemas topic has been compacted and only soft deleted version of the schema is present the schema must be stored in...
# About this change - What it does References #854
# What happened? We are experiencing incompatible schemas being registered under the same schema id quite frequently # What did you expect to happen? incompatible schemas should have different ids...
Support for AVRO references has been added. The AVRO parser now receives an AVRO schema containing references, and all referenced schemas are merged on top of the original schema. A...
# What happened? Adding a protobuf schema causes an exception and schema registry becomes unresponsive. # What did you expect to happen? Schema to be added and replay to continue....
This is not complete normalization feature but rather more a fix for the fully qualified paths vs simple name references. This fix not manage the various way a type can...
# About this change - What it does References: #xxxxx # Why this way