ChengYang Wu
ChengYang Wu
Description =========== The method `Deserialize()` of the specific Avro deserializer has the signature like this: https://github.com/confluentinc/confluent-kafka-go/blob/1092e015153c87b7d282f224b9d3da597eaf2637/schemaregistry/serde/avro/avro_specific.go#L106 Although this method is not documented(nor tested) well, I expect the first return should...
Description =========== From here: https://github.com/confluentinc/confluent-kafka-go/blob/561a26092b1678e2ddcddbff6b2720ee4e85aaf9/schemaregistry/serde/config.go#L20-L29 I expect that the behaviour of `UseSchemaID` is to tell a Serializer to use that ID regardless what's on a Schema Registry. When invoking `serde.Serialize()`(I'm...
The default configuration(logger names/logging levels in each module) doesn't seem to be reasonable when using this package as a library. A simple `logging.basicConfig(level=logging.INFO)` could easily flood the logging output. I...