karapace
karapace copied to clipboard
Karapace - Your Apache Kafka® essentials in one tool
# What is currently missing? the V3 endpoint to produce msg https://docs.confluent.io/platform/current/kafka-rest/api.html#records-v3 # How could this be improved? # Is this a feature you would work on yourself? [ ]...
# What is currently missing? only http 1.1 is currently supported # How could this be improved? by using an ASGI web framework and then an ASGI web server #...
# About this change - What it does Adding API description in OpenAPI format so that we can test and mock the API, identify changes, and generate documentation. References: #181
# What can we help you with? I am trying to use the schema registry to replace confluent's one, but I find it confusing on how to start the schema...
This PR is a POC to run integration tests within a podman pod
Karapace has a web presence at https://karapace.io which is good but minimal. The plan (comments welcome) is to do the following: - move the website into this repository so that...
# What is currently missing? When using confluent-kafka-python as a Schema Registry client, it will upload a binary descriptor, you can see an example of a such here: https://github.com/confluentinc/confluent-kafka-python/blob/e7e066120f05ca6f9c37b18d77f974f1a6cad222/examples/user_pb2.py#L22 That...
We have some build instructions but they may be outdated and don't mention exact versions when we might need to. Update the instructions for building locally and developing features, and...
Revisit the `README` and update the information about the project to greet a user who is new to the space and to the tool. A clearer description of the problems...
hello! Is there a place where I could review the endpoints documentation? Similar to https://api.aiven.io/doc/#operation/ServiceKafkaTopicCreate Thanks in advance