Robert Yokota

Results 22 comments of Robert Yokota

A temporary workaround is to remove the `"format": "int32"`. Meanwhile I will look for a more permanent fix.

This use case is not supported. We do not preserve fields that do not appear explicitly in the schema.

@schubertf , thanks for the reproduction. It seems the `JsonSchemaInject` of `additionalProperties` does not play nicely with `json.oneof.for.nullables=true` due to an issue with the underlying JSON schema library. I've committed...

Thanks @cricket007, I'll take a look.

I've been told these are Confluent Community License for now.

@curtisr7 I updated the README

Fixed by https://github.com/confluentinc/confluent-kafka-go/pull/776

@gfredericks , the dotnet client has the same issue. I suggest we use another config `use.deprecated.format` (that defaults to `false`) to enable the old behavior. We will do the same...

@gfredericks , yes, sounds good. The `use.deprecated.format` (with default `false`) should be used in both the serializer and deserializer. I think the docstrings are sufficient. Here is the text I...