karapace
karapace copied to clipboard
Karapace - Your Apache Kafka® essentials in one tool
### What happened? Discovered when working on static type checking coverage. On this line there's a call to `references.json()` where `references: Reference`, however `Reference` has no `.json()` method. https://github.com/aiven/karapace/blob/42b14c71543b878c42c11025ab266122d61550d3/karapace/serialization.py#L92 I...
The Protobuf and JSONSchema implementations currently have dependencies on Avro's `SchemaCompatibilityResult`. These implementations should be independent from each other. If we need a container to carry compatibility check results, we...
Hi I am trying to install karapce manually using python 3.8 python3.8 setup.py install Traceback (most recent call last): File "setup.py", line 16, in version_for_setup_py = version.get_project_version() File "/opt/karapace/karapace-3.5.0/version.py", line...
I've opened a few draft PRs related to improving the Docker container, and wanted to share where I'm going with this. We decided to put those on hold until we...
Originally asked in [Stack Overflow](https://stackoverflow.com/q/76144191/2000548). Below is a copy. Any guide would be appreciate, thanks! 😃 --- I am trying to deploy [Karapace Schema Registry](https://github.com/aiven/karapace) in a local Kubernetes based...
# What is currently missing? A way to supply a proto schema from multiple files # How could this be improved? Adding support for protobuf schema based folder of multiple...
# What did you expect to happen? Retries by Karapace and ultimately 502, 503 or 503 depending on the condition if request still failed. # What else do we need...
In the case that can be seen in the stacktrace below, the customer gets 500 internal error. Add handling of KafkaTimeoutException and return HTTP 504 in that case. ``` Traceback...
If the subject does not exits we used to get SubjectNotFound, but with the newest update we get `VersionNotFound` for `compatibility/subjects/my-subject/versions/latest`, is that intended?
# What can we help you with? I'm concerned that karapace, while actively maintained, is dependent on two kafka libraries that are not. https://github.com/dpkp/kafka-python Last released two years ago. https://github.com/aio-libs/aiokafka...