karapace
karapace copied to clipboard
Karapace - Your Apache Kafka® essentials in one tool
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.3 to 4.25.8. Commits a4cbdd3 Updating version.json and repo version numbers to: 25.8 29445be Merge pull request #21880 from shaod2/py-25 cc13b69 Remove debugging code and add EOLs...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.3 to 4.25.8. Commits a4cbdd3 Updating version.json and repo version numbers to: 25.8 29445be Merge pull request #21880 from shaod2/py-25 cc13b69 Remove debugging code and add EOLs...
When using the backups library to restore topics on KRaft, we are observing the partition count check failing. Subsequent manual checks of the partition count shows the correct count. This...
Running pre-commit gives: ``` [WARNING] The top-level 'exclude' field is a regex, not a glob -- matching '/*' probably isn't what you want here ```
Bumps [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) from 1.27.0 to 1.33.1. Changelog Sourced from opentelemetry-api's changelog. Version 1.33.1/0.54b1 (2025-05-16) Remove log messages from BatchLogRecordProcessor.emit, this caused the program to crash at shutdown with a max...
Bumps [pdbpp](https://github.com/bretello/pdbpp) from 0.10.3 to 0.11.6. Release notes Sourced from pdbpp's releases. 0.11.6 What's Changed Update README with badges by @bretello in bretello/pdbpp#37 fix ipython integration by @bretello in bretello/pdbpp#39...
# What happened? Karapace fails to process requests due to Failed to initialize thread local storage error. DEFAULT 2025-05-27T17:22:38.413757102Z May 27 17:22:38 karapace-vm-2mcc bash[11869]: karapace #011MainThread#011ERROR #011Internal server error DEFAULT...
I have Karapace deployed on GKE, and the karapace pods have come up .. however, the connection to the Strimzi Kafka cluster is failing. Note : Strimzi Kafka cluster is...
Implementing support for JSON references. # Why this way To support the current JSON implementation in Karapace (Draft-07), we use RefResolver to handle JSON reference resolution. If Karapace's JSON libraries...