karapace
karapace copied to clipboard
Karapace - Your Apache Kafka® essentials in one tool
# What is currently missing? A tool to help cleanup the `_schemas` topic without having to go over the REST API # How could this be improved? Write the tool....
Installed karapace-registry on kind cluster through helm -charts(own custom created), installation went fine. Deployment and pods created. Pod is backing-off restart. When i try to see the container logs ,...
# What happened? Karapace uses this order for the key fields in Kafka records: `subject`, `version`, `magic`, `keytype`. In Confluent SR, it's: `keytype`, `subject`, `version`, `magic` ([code](https://github.com/confluentinc/schema-registry/blob/52305272e4ef994bd61222b05382bfbb10091b39/core/src/main/java/io/confluent/kafka/schemaregistry/storage/SchemaKey.java#L26)). This difference is...
# Running REST Proxy on debian10 with python3.9 encounter following error > Feb 10 02:21:34 ip-rest-proxy karapace-rest-proxy[2039]: kafka.conn MainThread INFO : connecting to yy.yy.yy.yy:9094 [('yy.yy.yy.yy', 9094) IPv4] Feb 10 02:21:34...
# What is currently missing? - [x] tagged releases - [x] docker image realeases - [ ] PyPI package releases
# What is currently missing? Observability into the performance and operation of Karapace. # How could this be improved? It would be very useful to add some observability, like number...
Currently Karapace requires a Kafka cluster for storing schemas. While the topic name can be changed, it creates management / mapping overhead in cases where multiple schema registries are needed,...
# What happened? We're using the rest producer, and I had some python code checking for errors in this manner: ```python errors = [x for x in body["offsets"] if x["error"]]...
# What happened? Tests failing when running Test Suite (Python 3.7) for https://github.com/aiven/karapace/pull/216. Details in the attached file [logs_2793.zip](https://github.com/aiven/karapace/files/6456939/logs_2793.zip). # What did you expect to happen? Tests pass, no code...
# What can we help you with? In order to have a more linear and meaningful git history, we should try to prefer rebased commits and also we shall squash...