-
using
implementation 'eu.okaeri:okaeri-configs-yaml-bukkit:5.0.0-beta.5'
implementation 'eu.okaeri:okaeri-configs-serdes-bukkit:5.0.0-beta.5'
bukkit
severity: medium
**Describe the bug…
-
liserdes cannot be compiled because of the following error:
Serdes.cpp:224:71: error: conversion from 'avro::OutputStreamPtr {aka std::unique_ptr}' to non-scalar type 'std::auto_ptr' requested
…
-
downloaded json serede jar file from net and i was trying to copy 'hive-serdes-1.0-SNAPSHOT.jar' to usr/lib/hive/lib but unable to do it
-
Create an ecosystem around KafkaStreams that gives developer more type-safety as well as getting rid of boilerplate code. Wrapper called GStreams
- GlobalStoreRef: object that represents a global s…
-
Thank you for writing this crate it is very nice to use and perfectly fits my tokio driven IoT needs.
It would be nice though if the ClientBuilder would implement serdes Serialize/Deserialize optima…
-
I want to take join between a kafka stream and a ktable. The poc works fine with stream data. However, when I use CloudEvent, I keep running into some or other issue related to serialization.
Here …
-
Apologies if I missed it anywhere, but is there any plan for implementing support for the Confluent protocol using Avro SerDes? I looked in both `node-sinek` and this library and didn't see any mentio…
-
While using Ivy for networking, based on udp_impl.ivy, I found that using the following definition of a packet:
```
type packet
interpret packet -> bv[16]
instance pkt_serdes : serdes(packet,byte…
-
=== mjsunit/div-mod ===
--- stdout ---
(function(left) { return left / 0; })
(function(left) { return left / 1; })
(function(left) { return left / 2; })
(function(left) { return left / 3; })
(function…
-
The current composite row key support assumes the row key is like "part1:part2:..partn", where each part is either a well-defined data type like `int` or `long`, or any custom serdes with fixed bytes …