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

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.2.3. Release notes Sourced from urllib3's releases. 2.2.3 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. Release notes Sourced from pytest's releases. 8.3.3 pytest 8.3.3 (2024-09-09) Bug fixes #12446: Avoid calling @property (and other instance descriptors) during fixture discovery --...

dependencies
python

This change adds support for references for AVRO schemas We aim to add support for references for AVRO schemas to Karapace using a straightforward approach by leveraging the same API...

Similar to https://github.com/Aiven-Open/karapace/pull/962, but for AVRO. Ticket: https://aiven.atlassian.net/browse/EC-460 This depends on the following external PR (needs to be merged first): https://github.com/Aiven-Open/karapace/pull/926 The base branch is [avro_references2-rebased](https://github.com/Aiven-Open/karapace/tree/avro_references2-rebased) , which is the...

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.5.0 to 2.12.0. Release notes Sourced from sentry-sdk's releases. 2.12.0 Various fixes & improvements API: Expose the scope getters to top level API and use them everywhere...

dependencies
python

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.3 to 5.27.3. Commits 7cc670c Updating version.json and repo version numbers to: 27.3 67d7298 Merge pull request #17617 from protocolbuffers/cp-utf8-ascii e20cb7a Remove /utf-8 flag added in #14197...

dependencies
python

This is a POC to validate if it is feasible to replace existing protobuf parser with protocompile and compatibility checks with Buf breaking changes.

# What is currently missing? In Karapace Schema Schema Registry permissions can be configured only for `schema_registry_read` and `schema_registry_write` [operations](https://aiven.io/docs/products/kafka/karapace/concepts/acl-definition) on subject level. Problem there that user with `schema_registry_write` permissions...

# What is currently missing? It seems like that with the latest releases, Confluent included some breaking changes on the Schema Registry API level and their open source Kafka clients...