karapace icon indicating copy to clipboard operation
karapace copied to clipboard

Karapace - Your Apache Kafka® essentials in one tool

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

# What can we help you with? When running kafka in high availability mode, one would typically set up one's clients with a list of bootstrap uri so that the...

# What is currently missing? Better support when kafka is running in kubernetes. When setting up kafka in kubernetes, one can setup the client's bootstrap_uri to point to a kafka...

# About this change - What it does This allows adding '-1' as the version just like 'latest'. References: #668 # Why this way This seems like the quickest way...

# What is currently missing? The documentation does not mention the entry point information for docker containers # How could this be improved? Please add an example showing the actual...

# What happened? We trying to get the latest version of a schema with '-1' as version you get the following error: ``` URL: /subjects/XXXXXX/versions/-1 {"error_code":42202,"message":"The specified version '-1' is...

What specific settings must I make in order to enable basic authentication so that I may access the Karapace Schema Registry? I can currently create schemas using the curl code...

The main goal is to increase type coverage. The `Location` class is turned into a dataclass to simplify things and gain immutability. It's `.get()` method needs an overload to type...

### What happened? Another bug found while adding type-hints. `BytesIO.write()` does not accept an int, which is always the result of subscripting a `bytearray`. There does not seem to be...

### About this change - What it does Fixes #651. I have only looked at the functions locally. I'll leave this in draft until further investigation into why the code...

There's lots of places where it's challenging to add static typing where we have to deal with `Dependency` and `TypedSchema`, and we need to add assertions on their contained schemas....