karapace
karapace copied to clipboard
Karapace - Your Apache Kafka® essentials in one tool
# About this change - What it does Delegates REST caller principal to Kafka for authorization inside Kafka. # Why this way Delegation of caller makes it possible for Kafka...
Some generated Avro schemas have name `record` which is not allowed in Python Avro parser. Patch this by adding a namespace to the root if it does not exist. This...
# What is currently missing? Avro version 1.11.1 has been released with some python improvements: https://s.apache.org/avro-1.11.1-announce # How could this be improved? Python - [AVRO-3542](https://issues.apache.org/jira/browse/AVRO-3542) Scale assignment optimization - [AVRO-3521](https://issues.apache.org/jira/browse/AVRO-3521)...
I ran into an error using https://github.com/riferrei/srclient which is a Go client for Kafka with Confluent Schema Registry support. That (since v5.5 I believe) has support for schema references, however...
# What happened? Karapace is unable to connect to Kafka clusters using SASL SCRAM, caused by lack of `SASL_VERSION 1` support in [kafka-python](https://github.com/dpkp/kafka-python) This is fixed by https://github.com/aiven/kafka-python/pull/21, but it...
# About this change - What it does References: #347 Confluent Schema Registry message key uses field order of `keytype, subject, version, magic` and Karapace has used order of `subject,...
# About this change - What it does Adds a simple sphinx setup in a `website/` folder that builds a static HTML website. Also adds styles, templates, and content. Fixes:...
# What can we help you with? if a consumer_member X do not call the https://docs.confluent.io/platform/current/kafka-rest/api.html#delete--consumers-(string-group_name)-instances-(string-instance) to remove the consumer_member of the consumer_group then it take super long for a...
# What happened? Our staging cluster in Aiven was upgraded to Karapace 3.1.2 and suddenly we get errors from the schema registry. We believe the previous version was 2.1.3, partly...
# What is currently missing? since confluent 7.1.2 https://docs.confluent.io/platform/7.1.2/release-notes/changelog.html#sr v1/metadata/version endpoint # How could this be improved? # Is this a feature you would work on yourself? [ ] I...