-
The Serdes file structure should follow the [proposal](https://www.notion.so/metabase/Serialization-folder-structure-and-file-names-proposal-1db40107ba994ddca362aaa06d366628)
-
[trino-hudi-minio.txt](https://github.com/bitsondatadev/trino-getting-started/files/14142941/trino-hudi-minio.txt)
ref: https://trino.io/episodes/41.html and https://www.youtube.com/watch?v=aL3PfMj…
-
Hello,
We are heavily using Avro union schemas within our environment & services. Trying to run Kafka based load tests using xk6-kafka, we are getting errors when serializing objects. I have seen i…
-
### Subtasks
- [x] https://github.com/ConduitIO/conduit/issues/1048
- [x] https://github.com/ConduitIO/conduit/issues/1041
- [x] https://github.com/ConduitIO/conduit/issues/1042
- [x] https://gi…
-
Hello everyone. I didn't find a forum where I can rise this question, so decided to submit it as an issue. I have found a strange behaviour of the Serializer in Java for multi schema topics with Schem…
-
# Background
For [manufacturing tests](https://github.com/lowRISC/opentitan/blob/master/sw/device/silicon_creator/manuf/data/manuf_testplan.hjson), we will use the [ujson framework](https://cs.open…
-
Please take a look on this example: https://wandbox.org/permlink/l2iEAmTpiCWFtLb6
Works like a charm, i.e.: `CISTA::vector paths_` pointers are perfectly rebuild during deserialization.
No issue..…
-
Hello, I'm wondering if there's a way to set a schema to a topic in the provider. We're creating schemas and topics in terraform but I have yet to find any examples or docs on how to link the two toge…
-
Configuration:
public KryoSerDes(Class clazz) {
this.clazz = clazz;
this.kryo = new Kryo();
kryo.setReferences(true);
kryo.setRegistrationRequired(false);
…
-
Hello everyone -__-
I am trying to modify retdec and I am faced with the problem of code execution in retdec-decompiler.
To begin with, I don't have retdec-decompiler, there is only retdectool
![…