-
Hi,
We try to send kafka message using AVRO and schema registry.
Right now, we've been trying to do something like this:
on configuration
``` properties
key.serializer=org.apache.kafka.com…
-
At present there is no feature to produce avro messages directly to kafka via console using kafka-avro-console-producer (or consumer for consumption of avro messages). I guess this is feature is reall…
-
Pandaproxy is a work in progress, below is a list of features that we are aware of, and whether they have been implemented.
#### Endpoints
* [x] `GET /topics` - Get a list of topics
* [ ] `GET /…
-
I've continue try (https://github.com/mmolimar/ksql-jdbc-driver/issues/29) using that driver and on query:
```
CREATE TABLE proposals_table (id STRING PRIMARY KEY) WITH (kafka_topic='datahub.epm_sta…
-
Attempting to register an Avro schema with a contained schema reference fails. Currently, there is no way to add schema references to the descriptor config.
As an example, given a primary schema (…
-
https://msayag.github.io/Kafka/
-
## Description
**Registry Version**: 2.5.9.Final
**Persistence type**: in-memory
I'm trying to do a kafka connector with the apicurio avro converter with schema registry, but with the artifact …
-
There's an asymmetry right now between avro kafka consume and produce, such that we can read in an enum, but we can't write out an enum. When we read in the enum, it is read in as a String; when we tr…
-
I’m trying to ingest from a ProtoKafka source using Hudi Streamer but encountering an issue.
```
Exception in thread "main" org.apache.hudi.utilities.ingestion.HoodieIngestionException: Ingestion …
-
Hi,
I'm using tranquility to ingest real time data from kafka to Druid. My data is store in kafka with avro format in kafka.
I used this conf file for tranquility kafka. My kafka message is neste…