-
It would be great to be able to dynamically load schemas from the Kafka Schema Registry when producing / consuming records from Kafka.
At the moment you have to hard code everything and this can ea…
-
### Issue submitter TODO list
- [X] I've looked up my issue in [FAQ](https://ui.docs.kafbat.io/faq/common-problems)
- [X] I've searched for an already existing issues [here](https://github.com/kafbat…
-
### Description
I have been reading the guide https://quarkus.io/guides/kafka-schema-registry-avro and it assumes that the producer and consumer is within the same Quarkus application. Many times, (p…
-
### Version & Environment
- **Redpanda version** (use `rpk version`): v24.1.9
- **Docker**
```
redpanda-0:
image: redpandadata/redpanda:v24.1.9
command:
- redpanda
- …
-
Visual studio enterprise: Version 17.10.0 Preview 4.0
Running Aspire version: 8.0.0-preview.6.24178.5
Trying to add a schema registry using a new resource according to this docker compose:
``…
-
## Description
**Registry
Version**: 2.5.9.Final
**Persistence type**: in-memory
I'm using Kafka Connect, and I'm trying to use the confluent compatible api from apicurio. I expect it should …
-
I am using following docker compose file:
```
services:
zookeeper:
image: confluentinc/cp-zookeeper:7.7.0
hostname: zookeeper
container_name: zookeeper
ports:
- "2181:2…
-
### Initial Checks
- [X] I confirm that I'm using Types-Confluent-Kafka
### Description
`confluent-kafka-python` library has a default value for the `max_schemas_per_subject` parameter in the…
-
**Description**
Kafka can have the separate SchemaRegistry service. If users want to integrate with it, we can retrieve the latest message Schema from it, so users do not have to provide schema in t…
-
We're registering Questdb with the Kafka connect via curl using the following:
```bash
curl -s -X PUT -H "Content-Type:application/json" http://localhost:8083/connectors/questdb-dietlytics/config …