-
I commonly hear people saying they want to write to S3 but as parquet or avro which doesnt have good support. Having a target thats file format specific means changing between file formats is a brand …
-
I am facing the following exception when reading the parquet file having date column:
java.lang.IllegalArgumentException: INT96 is deprecated. As interim enable READ_INT96_AS_FIXED flag to read as …
-
I want to extend supported version here: https://www.asyncapi.com/docs/reference/specification/v3.0.0#multiFormatSchemaFormatTable
It's important for our users, who are working with latest versions…
-
### Is your feature request related to a problem? Please describe.
https://docs.confluent.io/platform/current/schema-registry/schema_registry_onprem_tutorial.html#auto-schema-registration
> This…
-
In my migrations files, I have a file `V000002_mig2.sql` which creates a table as:
```
CREATE TABLE agg_events WITH (VALUE_FORMAT = 'AVRO', KEY_FORMAT = 'AVRO') AS
SELECT
...
FROM
…
-
Hello how are you?
We have got a business scenario where we need to read an XML file and validate against a set of referenced schemas (But not single schema) and transform & stream it into the KAFK…
-
Hi,
I am using s3 sink connector.
To register connector, I am using this command:
```
curl -X POST -H 'Content-Type: application/json' --data '{"name": "my-s3-sink", "config": {"connector.cl…
-
Currently it is only possible to parse avro from a file - spark.read.avro(filepath). We want to be able to parse avro from an RDD since our data is in a nested format. Currently this is supported with…
-
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…
-
### Company or project name
_No response_
### Question
Hi. First I want to thank you for your great project. I have a change data capture topic which I want to use to fill Clickhouse. I use a kafka…