Noah Seger
Noah Seger
For each managed language in https://docs.buf.build/generate/managed-mode#languages, Buf should support an optional prefix — similar to the way `java_package_prefix` and `go_package_prefix` works. This lets us decouple packaging from protobuf directory organization....
This is actually a problem with the schema utils not allowing or default to `ignoringUnknownFields`: https://github.com/confluentinc/schema-registry/blob/20a98f3c4af1ffd804d8e41a2f274d48b1418b97/protobuf-provider/src/main/java/io/confluent/kafka/schemaregistry/protobuf/ProtobufSchemaUtils.java#L103-L108 What we expect: _When producing protobufs as JSON with new (compatible) fields to Kafka,...
> A common mistake we see is forgetting a v1alpha import into a v1 package. Has a lint rule preventing this been considered? If not, what do folks here generally...
### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/twirphp/twirp/issues) for an issue that matches the one I want to file, without success. ### Problem Description We have a...