-
Currently there is support to read from kafka topics using avro schema, but there is no capability to publish messages in AVRO schema.
`docker run -t edenhill/kafkacat:20190711 -t topic-avro -b loc…
-
It seems to me that the documentation lacks an example of using avro with confluence scheme registry. I will attach a working example.
```python
import io
import json
import logging
from datacl…
-
### Describe the bug
I have an application which listens for events on Kafka and processes them. This application also uses an Apicurio schema registry. This application has integration tests which…
-
Hello,
We are using kafka engine to read Avro messages from kafka topics and ingest into clickhouse tables using materialized view as described in [doc](https://clickhouse.com/docs/en/engines/table-e…
-
### Describe the bug
Hi everyone,
I have this case and I don't know what is the problem.
I create kafka connect sink, which reads data from CDC (Postgres) with Avro format. However when I try…
-
Hi
I have below setup
Event Streams(Apache kafka platform)
Apicurio schema registry
Java spring custom app that produce avro serialized events using Apicurio SerDes library
Aiven S3…
-
### Update Dependencies
- [x] **conduit-commons**: Run `scripts/get-compare-link.sh ../conduit-commons/` to compare the latest tag and `main` branch. If changes are needed, push a new tag.
- [x]…
-
### Description
I am encountering an issue while deploying the Schema Registry image with imageTag 7.0.1 on Kubernetes. When attempting to create a new Schema Registry (SR) object, the operation fail…
-
# Requirements
- [x] I have checked that such a scenario does not already exist in the target course
- [x] Existing course name : `Kafka`
- [x] Requested Scenario name : `Schema registry`
- [x] …
-
We are evaluating the usage of karate kafka addon. The addon seem to be very good for our use case for end to testing. But our kafka cluster and schema registry requires authentication and not sure it…