-
Now,FlinkSink requires developers to transfer the schema parameter to build DataStream, which means once the schema given,then the TableSchema will be determinded, canot be changed for ever ,but in pr…
-
I am trying to use this connector with the topic with multiple schemas. The problem is the subject name for schema is `topic-record` where this code is hard coded to `topic-value`. Are you going to s…
-
### Background
The sidecar should return a map of JSON Schemas for the following connection types:
- Direct Connections: This connection type would accept generic configs for establishing connection…
-
hi
I run Kafka confluent with 3 nodes and run zookeeper and Kafka manually per node and they are ok.
run zookeeper:
` sudo nohup /bin/zookeeper-server-start /etc/kafka/zookeeper.properties & ` …
-
We have a ksqldb server deployment that stops working after couple of days. Specifically we find a few processors stopped and having their state transition from RUNNING into ERROR without apparent e…
-
I was just in the process of building another consumer application and it's been a while since my last one, so I'm a little foggy on the configuration requirements. I ran into a couple of NPEs for wh…
njlaw updated
2 years ago
-
**Describe the bug**
The MessageSerializer.encode... functions don't output proper Avro. When serializing a record using MessageSerializer/FaustSerializer the binary doesn't conform to proper Avro, a…
-
How can I read confluent kafka avro topic using Faust. Can anyone provide a example.
-
Hello,
I noticed that the code snippet under [JSON Schema Serializer and Deserializer](https://docs.confluent.io/platform/current/schema-registry/serdes-develop/serdes-json.html#sending-a-jsonnode-…
-
```shell
$ kafkacat -b ${KAFKA_BROKER} -m30 -C -t example.industry-sector-project -u -J -s value=avro -r ${SCHEMA_REGISTRY_URL} -o-1 -e
```
```json
{"topic":"example.industry-sector-project","part…