Hi, Did this advance? On Monday, March 2, 2020 at 12:28:05 PM UTC+2 Robert Sahlin wrote:
> Thanks Alex, that would be generous of you and most useful. > > > On Friday, February 21, 2020 at 1:41:42 PM UTC+1, Alex Van Boxel wrote: >> >> Hi all, >> >> I have 2 utility classes for the Java implementation I like to donate to >> the java implementation: >> >> https://github.com/anemos-io/metastore/tree/master/putils >> >> I've been using it into our protobuf schema registry but they stand on >> it's own: >> >> ProtoDomain: >> >> - wrapper around FileDescriptorSet that makes it Java serializable. >> The serialization is for use mainly used to serialize it in the Protobuf >> extension to Apache Beam. >> - index into the FileDescriptorSet, makes the set searchable and get >> Descriptors and other entries out of the set easily >> >> ProtoLanguageFileWriter: >> >> - this can be used to write out textual versions of a binary >> FileDescriptorSet. This is proven very useful in our registry as we're >> creating dynamic descriptors, but we want to track the changes in git. >> This >> class only writes out a set in a directory and it can be very useful. >> >> Is this interesting to be part of the java implementation? I think so, >> but what do the main maintainers think? >> >> The protobuf registry I like to donate as well, but I think this would be >> better housed in the grpc-ecosystem... (but that's another discussion) >> >> -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/4ed96be6-713a-4496-8456-4c8fe50440b7n%40googlegroups.com.
