karapace icon indicating copy to clipboard operation
karapace copied to clipboard

Karapace - Your Apache Kafka® essentials in one tool

Results 140 karapace issues
Sort by recently updated
recently updated
newest added

# What happened? ``` POST to https://karapace/topics/mytopic { "key_schema": "{\"type\":\"string\"}, "value_schema": "{\"fields\":[{\"name\":\"updated\",\"type\":{\"logicalType\":\"timestamp-millis\",\"type\":\"long\"}}],\"name\":\"x\",\"type\":\"record\"}", "records": [ { "key": "14535018", "value": { "updated": 166445827700 } } ] } ``` gives the error ```...

# What happened? The check compatibility of a schema API does not support verbose mode. When using the Confluent Schema Registry client against Karapace, this makes the call to the...

# About this change - What it does - Add a dev target to Dockerfile which will install dev and static-check dependencies - Set up a volume that syncs local...

When a user sends a bad schema, we return a 500 even though the error is handled. Here we return a 422 instead.

# About this change - What it does References: #xxxxx # Why this way

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.2. Release notes Sourced from pytest's releases. 8.0.2 pytest 8.0.2 (2024-02-24) Bug Fixes #11895: Fix collection on Windows where initial paths contain the short version...

dependencies
python

# About this change - What it does Run tests in a random order. Reproduce rest consumer failure in random order: `--random-order-bucket=global --random-order-seed=472073` (with process number 2) Reproduce unittest failure...

This code provides the option to use Prometheus for collecting statistics in Karapace. The branch is based on karapace-metrics branch.

# Why this way Previously we were relying on the fact that the `.keys()` order and the `json.dumps()` order are always sync. This enforces by the `OrderedDict` a fixed order....

Running both redpanda and karapace (registry) in docker, I get this in the logs and the schema registry always returns "reset by peer": ``` 023-12-27 11:06:34 karapace.schema_reader schema-reader ERROR Unexpected...

enhancement