-
## Checklist
- [x] I have included information about relevant versions
- [x] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
Tell us wh…
-
## Tell us about the problem you're trying to solve
I am trying to enable a Kafka source with topics on which messages are published in Avro format.
Although I am able to set up the source success…
-
Hello,
In brief, All events are defined as Avro Versioned Schemas, and the Java Classes are Autogenerated (perfectly). Multiple axon-based spring boot applications consume these events. This works …
-
deserializer.Deserialize(topic, data) gives panic: runtime error: invalid memory address or nil pointer dereference
===========
Attempt to deserialise/unmarshall message
How to reproduce
=…
-
version: 4.1.1
```shell
curl -X GET -H "Accept: application/vnd.kafka.avro.v2+json" \
http://localhost:8082/consumers/testgroup2/instances/ym_test/records
```
```shell
[2018-06-28 20:29:15,4…
-
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…
-
**Describe the bug**
Schema Inference With ID in CSAS does not work for enums.
**To Reproduce**
To reproduce
Register below schema for topic avroTest4
```
{
"doc": "Sample schema to help y…
-
使用场景介绍
- 从Mysql通过flume同步数据到Kafka指定Topic
- 在Java代码中消费指定Topic数据
- 再生产成AVRO格式数据
- 通过Kafka connector将数据写入Elasticsearch
本文重点介绍Java端代码
> 配置管理模块
> 消费者模块
> 生产者模块
> HTTP请求
-
Hi
The current version reads .avro files from HDFS (or) any FS file path. I am storing my avro file stream in Kafka. Do you have a utility to read a avro stream (or) file from a Kafka topic?
If…
-
I want to create tables based on avro format and I like to konw what should be set for:
`stream.kafka.decoder.class.name`
Is there any link for different data stream format?