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
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