Skip to content

feat(connector): schema registry protobuf with more than well-known types #25657

@xiangjinwu

Description

@xiangjinwu

Is your feature request related to a problem? Please describe.

As a follow-up to #13370, despite not standardized by Protobuf, the confluent de-facto implementation includes more common types, and their go client does not provide an option to turn that off (java client provides skip.known.types = false)
https://github.com/confluentinc/schema-registry/blob/v8.4.0-124/protobuf-provider/src/main/java/io/confluent/kafka/schemaregistry/protobuf/ProtobufSchema.java#L271

Describe the solution you'd like

No response

Describe alternatives you've considered

Register those common-but-not-well-known types in schema registry, and declare references from where they are used.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions